mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +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
|
|
@ -15,7 +15,7 @@ aquatic_cli_helpers = "0.1.0"
|
|||
aquatic_udp = "0.1.0"
|
||||
aquatic_udp_protocol = "0.1.0"
|
||||
crossbeam-channel = "0.5"
|
||||
indicatif = "0.16.2"
|
||||
indicatif = "0.16"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
num-format = "0.4"
|
||||
rand = { version = "0.8", features = ["small_rng"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue