Skip to content

Commit

Permalink
Increase MSRV for const_panic.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Jun 8, 2022
1 parent 286a8ab commit 1bb615f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install MSRV
uses: actions-rs/toolchain@v1
with:
toolchain: 1.49.0
toolchain: 1.56.0
override: true
components: rustfmt, clippy
- name: Build
Expand Down

0 comments on commit 1bb615f

Please sign in to comment.