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 4e69551
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/msrv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/[email protected] # dictated by `windows` crates effectively, IMPORTANT: adjust etc/msrv-badge.svg as well
- run: make check-msrv-on-ci
continue-on-error: true # TODO: turn this off once the toolchain gets updated. There is a strange error preventing cargo to select the correct libgit2 version
# like it doesn't exist.
3 changes: 0 additions & 3 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit 4e69551

Please sign in to comment.