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 89bf795 commit fad6e62Copy full SHA for fad6e62
scripts/environment/prepare.sh
@@ -163,8 +163,8 @@ if contains_module cargo-nextest; then
163
fi
164
165
if contains_module cargo-deny; then
166
- if ! cargo-deny --version 2>/dev/null | grep -q '^cargo-deny 0.16.2'; then
167
- cargo "${install[@]}" cargo-deny --version 0.16.2 --force --locked
+ if ! cargo-deny --version 2>/dev/null | grep -q '^cargo-deny 0.18.9'; then
+ cargo "${install[@]}" cargo-deny --version 0.18.9 --force --locked
168
169
170
0 commit comments