Skip to content

Commit 6f591df

Browse files
committed
Auto merge of #2048 - joshtriplett:semverver-locked, r=JohnTitor
ci/semver.sh: Pass --locked when installing semverver We don't, in general, want our CI to be the testbed for building semverver with newer versions of its dependencies. Pass --locked to use the checked-in Cargo.lock instead. This works around rust-lang/cargo#9101 .
2 parents 0dce92d + 783d724 commit 6f591df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/semver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616
rustup component add rustc-dev llvm-tools-preview
1717

1818
# Should update the nightly version in bors CI config if we touch this.
19-
cargo install --git https://github.com/rust-lang/rust-semverver --rev 71c340ff867d2f79613cfe02c6714f1d2ef00bc4
19+
cargo install --locked --git https://github.com/rust-lang/rust-semverver --rev 71c340ff867d2f79613cfe02c6714f1d2ef00bc4
2020

2121
TARGETS=
2222
case "${OS}" in

0 commit comments

Comments
 (0)