Skip to content

Commit

Permalink
Bump the MSRV 1.51.0
Browse files Browse the repository at this point in the history
Sadly a flume dependency relies on a dependency that uses
`hint::spin_loop` and another that uses `const-generics`.
  • Loading branch information
lu-zero committed Jan 18, 2022
1 parent c6121c7 commit f22bb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.46.0
toolchain: 1.49.0
override: true
components: rustfmt, clippy
- name: Run rustfmt and fail if any warnings
Expand Down

0 comments on commit f22bb4a

Please sign in to comment.