summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-05-19 18:21:40 +0200
committermo8it <mo8it@proton.me>2025-05-19 18:21:40 +0200
commite36dd7a1207ccf940ba820abc276fa465f45b531 (patch)
tree52c78ad69b9d277c72fc26352062ae8123c4aedf
parent40fe3aa74187677467e2b9a1c119f827547c83ef (diff)
Update MSRV in the release hook
-rwxr-xr-xrelease-hook.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/release-hook.sh b/release-hook.sh
index db3d86e..4213536 100755
--- a/release-hook.sh
+++ b/release-hook.sh
@@ -9,8 +9,8 @@ cargo upgrades
# Similar to CI
cargo clippy -- --deny warnings
cargo fmt --all --check
-cargo test --workspace --all-targets
-cargo run -- dev check --require-solutions
+cargo test --workspace
+cargo dev check --require-solutions
# MSRV
-cargo +1.85 run -- dev check --require-solutions
+cargo +1.87 dev check --require-solutions