diff options
| author | mo8it <mo8it@proton.me> | 2024-11-11 14:43:51 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-11-11 14:43:51 +0100 |
| commit | fd33c29b262e249de720dc8b04e878cd92a83d13 (patch) | |
| tree | 34c2774e94a05eaa18c8f776f8433f2d4c20b7df | |
| parent | f49164e69b3be368b51aa71e2f2d40f5a7c6a319 (diff) | |
Test with MSRV before release
| -rwxr-xr-x | release-hook.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release-hook.sh b/release-hook.sh index d5954ca..8da5636 100755 --- a/release-hook.sh +++ b/release-hook.sh @@ -11,3 +11,6 @@ cargo clippy -- --deny warnings cargo fmt --all --check cargo test --workspace --all-targets cargo run -- dev check --require-solutions + +# MSRV +cargo +1.80 run -- dev check --require-solutions |
