mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
Update to glommio version 0.7 (using crates.io instead of git version)
This commit is contained in:
parent
0d501dc833
commit
f6a7514fb8
5 changed files with 75 additions and 42 deletions
|
|
@ -51,7 +51,7 @@ async-tungstenite = { version = "0.17", optional = true }
|
|||
futures-lite = { version = "1", optional = true }
|
||||
futures = { version = "0.3", optional = true }
|
||||
futures-rustls = { version = "0.22", optional = true }
|
||||
glommio = { git = "https://github.com/DataDog/glommio.git", rev = "2efe2f2a08f54394a435b674e8e0125057cbff03", optional = true }
|
||||
glommio = { version = "0.7", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
quickcheck = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue