Skip to content

Commit

Permalink
Squash a warning for cargo-nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 1, 2025
1 parent c600273 commit aef33be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ time = { version = "0.3.37", features = ["serde-human-readable"] }

[dev-dependencies]
amqprs = { version = "2"}
cargo-nextest = "0.9.88"
cargo-nextest = { version = "0.9.88", optional = true }
regex = { version = "1", features = ["std"] }

[features]
Expand Down

0 comments on commit aef33be

Please sign in to comment.