You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: .github/workflows/msrv.yml
-2
Original file line number
Diff line number
Diff line change
@@ -22,5 +22,3 @@ jobs:
22
22
- uses: actions/checkout@v3
23
23
- uses: dtolnay/[email protected]# dictated by `windows` crates effectively, IMPORTANT: adjust etc/msrv-badge.svg as well
24
24
- 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
0 commit comments