diff options
| author | mo8it <mo8it@proton.me> | 2025-05-19 18:21:40 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-19 18:21:40 +0200 |
| commit | e36dd7a1207ccf940ba820abc276fa465f45b531 (patch) | |
| tree | 52c78ad69b9d277c72fc26352062ae8123c4aedf | |
| parent | 40fe3aa74187677467e2b9a1c119f827547c83ef (diff) | |
Update MSRV in the release hook
| -rwxr-xr-x | release-hook.sh | 6 |
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 |
