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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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