Skip to content

Commit

Permalink
fix: remove toolchain file to fix msrv-check on CI (#750)
Browse files Browse the repository at this point in the history
Also, this makes it easier to let people build with their preferred version, now that the msrv
is registered in each crate rustc will refuse to build crates that are not compatible, I think.

Otherwise it will download a different version of the compiler right before building it
  • Loading branch information
Byron committed Feb 21, 2023
1 parent 8b3e42f commit 3f9cb78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit 3f9cb78

Please sign in to comment.