Skip to content

Commit

Permalink
ci(xtask): 📌 Fix cargo-msrv by rev pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp committed Sep 20, 2024
1 parent c1194f7 commit 5555611
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"
"cargo install cargo-msrv --git https://github.com/foresterre/cargo-msrv --rev 14097beaa5fa770aabd66170572cb04f1dac87c2"
)
.run()
.unwrap();
Expand Down

0 comments on commit 5555611

Please sign in to comment.