Skip to content

Commit

Permalink
Revert "ci(xtask): 📌 Fix cargo-msrv by rev pinning"
Browse files Browse the repository at this point in the history
This reverts commit 428cc97.
  • Loading branch information
zmerp committed Sep 12, 2024
1 parent 428cc97 commit e09e257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alvr/xtask/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub fn check_msrv() {

cmd!(
sh,
"cargo install cargo-msrv --git https://github.com/foresterre/cargo-msrv --rev 14097beaa5fa770aabd66170572cb04f1dac87c2"
"cargo install cargo-msrv --git https://github.com/foresterre/cargo-msrv"
)
.run()
.unwrap();
Expand Down

0 comments on commit e09e257

Please sign in to comment.