mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Don't unnecessarily constrain crate versions in Cargo.toml files
This commit is contained in:
parent
de52d35357
commit
028a366ce5
12 changed files with 32 additions and 32 deletions
|
|
@ -42,5 +42,5 @@ slab = "0.4"
|
|||
smartstring = "0.2"
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "1.0"
|
||||
quickcheck_macros = "1.0"
|
||||
quickcheck = "1"
|
||||
quickcheck_macros = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue