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 40fe3aa commit e36dd7aCopy full SHA for e36dd7a
release-hook.sh
@@ -9,8 +9,8 @@ cargo upgrades
9
# Similar to CI
10
cargo clippy -- --deny warnings
11
cargo fmt --all --check
12
-cargo test --workspace --all-targets
13
-cargo run -- dev check --require-solutions
+cargo test --workspace
+cargo dev check --require-solutions
14
15
# MSRV
16
-cargo +1.85 run -- dev check --require-solutions
+cargo +1.87 dev check --require-solutions
0 commit comments