rust-clippy/tests/ui-cargo/multiple_crate_versions/fail/Cargo.toml
Eduardo Broto 7a0eccbd8a Add test for multiple_crate_versions
Make the output of the lint deterministic by sorting the versions
2020-05-21 14:11:11 +02:00

7 lines
116 B
TOML

[package]
name = "multiple_crate_versions"
version = "0.1.0"
[dependencies]
ctrlc = "=3.1.0"
ansi_term = "=0.11.0"