Skip to content

Commit cbd6d7e

Browse files
committed
add flag for lockfile version 4
1 parent 5e0d727 commit cbd6d7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/linux/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ printn Y "Downloading Go dependencies..."
133133
print G "done."
134134

135135
print Y "Downloading Rust dependencies..."
136-
cargo vendor --manifest-path $WORKDIR/Cargo.toml $WORKDIR/3rdparty/cargo-vendor > /dev/null
136+
cargo vendor -Znext-lockfile-bump --manifest-path $WORKDIR/Cargo.toml $WORKDIR/3rdparty/cargo-vendor > /dev/null
137137
mkdir -p $WORKDIR/.cargo
138138
cat << EOF > $WORKDIR/.cargo/config.toml
139139
[source.vendored-sources]

taskcluster/scripts/toolchain/cargo_vendor_crates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66
set -e
77

8-
cargo vendor --manifest-path $VCS_PATH/Cargo.toml $(pwd)/cargo-vendor
8+
cargo vendor -Znext-lockfile-bump --manifest-path $VCS_PATH/Cargo.toml $(pwd)/cargo-vendor
99
tar -cJf $UPLOAD_DIR/cargo-vendor.tar.xz cargo-vendor/

0 commit comments

Comments
 (0)