1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-04-01 05:45:20 -04:00

Test with MSRV before release

This commit is contained in:
mo8it 2024-11-11 14:43:51 +01:00
parent f49164e69b
commit fd33c29b26

View file

@ -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