aquatic_udp: rename glommio feature to "io_uring", remove from default

This commit is contained in:
Joakim Frostegård 2021-10-23 20:25:42 +02:00
parent d0aa87f99e
commit 5729f337ad
3 changed files with 3 additions and 5 deletions

View file

@ -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"