Pin version for publish cargo-check (#23716)

This commit is contained in:
Tyera Eulberg
2022-03-16 19:46:41 -05:00
committed by GitHub
parent b4350a2522
commit 330d6db19a

View File

@ -70,7 +70,7 @@ for Cargo_toml in $Cargo_tomls; do
rm -rf crate-test
"$cargo" stable init crate-test
cd crate-test/
echo "${crate_name} = \"${expectedCrateVersion}\"" >> Cargo.toml
echo "${crate_name} = \"=${expectedCrateVersion}\"" >> Cargo.toml
echo "[workspace]" >> Cargo.toml
"$cargo" stable check
) && really_uploaded=1