mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_udp: rename glommio feature to "io_uring", remove from default
This commit is contained in:
parent
d0aa87f99e
commit
5729f337ad
3 changed files with 3 additions and 5 deletions
|
|
@ -15,8 +15,7 @@ path = "src/lib/lib.rs"
|
|||
name = "aquatic_udp"
|
||||
|
||||
[features]
|
||||
default = ["with-glommio"]
|
||||
with-glommio = ["glommio", "futures-lite"]
|
||||
io_uring = ["glommio", "futures-lite"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue