Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aqua/aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ registries:
ref: v4.268.0 # renovate: depName=aquaproj/aqua-registry
packages:
- name: rustwasm/wasm-pack@v0.13.1
- name: crates.io/cargo-deb@2.9.1
- name: crates.io/cargo-deb@3.4.2
- name: cross-rs/cross@v0.2.5
- name: nextest-rs/nextest/cargo-nextest@cargo-nextest-0.9.47
- name: EmbarkStudios/cargo-deny@0.16.2
Expand Down
4 changes: 2 additions & 2 deletions scripts/environment/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ if contains_module rustup; then
fi
set -e -o verbose
if contains_module cargo-deb; then
if [[ "$(cargo-deb --version 2>/dev/null)" != "2.0.2" ]]; then
rustup run stable cargo "${install[@]}" cargo-deb --version 2.0.2 --force --locked
if [[ "$(cargo-deb --version 2>/dev/null)" != "3.4.2" ]]; then
rustup run stable cargo "${install[@]}" cargo-deb --version 3.4.2 --force --locked
fi
fi

Expand Down
Loading