mirror of
https://github.com/rust-lang/cargo
synced 2024-10-30 12:35:34 +00:00
get working with minimal-versions
This commit is contained in:
parent
17618869e0
commit
ce1772c85a
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ features = [
|
|||
[dev-dependencies]
|
||||
bufstream = "0.1"
|
||||
proptest = "0.8.4"
|
||||
wait-timeout = "0.1.4" # required only for minimal-versions. brought in by proptest.
|
||||
|
||||
[[bin]]
|
||||
name = "cargo"
|
||||
|
|
Loading…
Reference in a new issue