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 f49164e commit fd33c29Copy full SHA for fd33c29
release-hook.sh
@@ -11,3 +11,6 @@ cargo clippy -- --deny warnings
11
cargo fmt --all --check
12
cargo test --workspace --all-targets
13
cargo run -- dev check --require-solutions
14
+
15
+# MSRV
16
+cargo +1.80 run -- dev check --require-solutions
0 commit comments