mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: remove traits-preview feature from blake3 dependency
This commit is contained in:
parent
70cabfa89c
commit
38eecaeef2
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ aquatic_toml_config = { version = "0.2.0", path = "../aquatic_toml_config" }
|
||||||
aquatic_udp_protocol = { version = "0.2.0", path = "../aquatic_udp_protocol" }
|
aquatic_udp_protocol = { version = "0.2.0", path = "../aquatic_udp_protocol" }
|
||||||
|
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
blake3 = { version = "1", features = ["traits-preview"] }
|
blake3 = "1"
|
||||||
cfg-if = "1"
|
cfg-if = "1"
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
getrandom = "0.2"
|
getrandom = "0.2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue