We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f2d0e commit 88194e7Copy full SHA for 88194e7
scripts/environment/prepare.sh
@@ -5,8 +5,8 @@ git config --global --add safe.directory /git/vectordotdev/vector
5
6
rustup show # causes installation of version from rust-toolchain.toml
7
rustup default "$(rustup show active-toolchain | awk '{print $1;}')"
8
-if [[ "$(cargo-deb --version)" != "1.41.3" ]] ; then
9
- rustup run stable cargo install cargo-deb --version 1.41.3 --force --locked
+if [[ "$(cargo-deb --version)" != "2.0.0" ]] ; then
+ rustup run stable cargo install cargo-deb --version 2.0.0 --force --locked
10
fi
11
if [[ "$(cross --version | grep cross)" != "cross 0.2.5" ]] ; then
12
rustup run stable cargo install cross --version 0.2.5 --force --locked
0 commit comments