Skip to content

Commit 00b57f2

Browse files
authored
Bump MSRV to 1.46.0 (#781)
1 parent e5bbdfa commit 00b57f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
steps:
118118
- uses: actions/checkout@master
119119
- name: Install Rust
120-
run: rustup update 1.34.0 --no-self-update && rustup default 1.34.0
120+
run: rustup update 1.46.0 --no-self-update && rustup default 1.46.0
121121
shell: bash
122122
- run: cargo build
123123

0 commit comments

Comments
 (0)