summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-11-11 14:43:51 +0100
committermo8it <mo8it@proton.me>2024-11-11 14:43:51 +0100
commitfd33c29b262e249de720dc8b04e878cd92a83d13 (patch)
tree34c2774e94a05eaa18c8f776f8433f2d4c20b7df
parentf49164e69b3be368b51aa71e2f2d40f5a7c6a319 (diff)
Test with MSRV before release
-rwxr-xr-xrelease-hook.sh3
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