Skip to content

Commit

Permalink
chore: Use cargo msrv without default features for faster compile time
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed May 29, 2024
1 parent 0756117 commit 12116da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .justfiles/msrv.just
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ verify: install-cargo-msrv
cargo msrv verify --manifest-path {{ join(justfile_directory(), 'Cargo.toml') }}

install-cargo-msrv:
cargo install cargo-msrv --version 0.16.0-beta.20
cargo install cargo-msrv --version 0.16.0-beta.20 --no-default-features

0 comments on commit 12116da

Please sign in to comment.