Skip to content

Commit e36dd7a

Browse files
committed
Update MSRV in the release hook
1 parent 40fe3aa commit e36dd7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

release-hook.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cargo upgrades
99
# Similar to CI
1010
cargo clippy -- --deny warnings
1111
cargo fmt --all --check
12-
cargo test --workspace --all-targets
13-
cargo run -- dev check --require-solutions
12+
cargo test --workspace
13+
cargo dev check --require-solutions
1414

1515
# MSRV
16-
cargo +1.85 run -- dev check --require-solutions
16+
cargo +1.87 dev check --require-solutions

0 commit comments

Comments
 (0)