Skip to content

Commit 4e69551

Browse files
committed
fix: remove toolchain file to fix msrv-check on CI (#750)
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
1 parent 8b3e42f commit 4e69551

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/msrv.yml

-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,3 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: dtolnay/[email protected] # dictated by `windows` crates effectively, IMPORTANT: adjust etc/msrv-badge.svg as well
2424
- run: make check-msrv-on-ci
25-
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
26-
# like it doesn't exist.

rust-toolchain.toml

-3
This file was deleted.

0 commit comments

Comments
 (0)