Skip to content

Commit

Permalink
Bump MSRV to 1.55.
Browse files Browse the repository at this point in the history
  • Loading branch information
khuey committed Apr 20, 2023
1 parent 76c1f20 commit 5aba8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
with:
submodules: true
- name: Install Rust
run: rustup update 1.42.0 && rustup default 1.42.0
run: rustup update 1.55.0 && rustup default 1.55.0
- run: cargo build

miri:
Expand Down

0 comments on commit 5aba8ea

Please sign in to comment.