refactor: change compio features

compio should only enable the runtime feature, and just enable the io-uring feature in aya-log test
reviewable/pr1272/r3
Sherlock Holo 5 days ago
parent 29b5eef4b7
commit 5a388d7524
No known key found for this signature in database
GPG Key ID: 0177D54E05433DCE

@ -32,6 +32,7 @@ async-global-executor = { workspace = true, optional = true }
compio = { workspace = true, optional = true }
[dev-dependencies]
compio = { workspace = true, features = ["io-uring"] }
env_logger = { workspace = true }
testing_logger = { workspace = true }

@ -22,7 +22,7 @@ async-io = { workspace = true, optional = true }
aya-obj = { path = "../aya-obj", version = "^0.2.1", features = ["std"] }
bitflags = { workspace = true }
bytes = { workspace = true }
compio = { workspace = true, optional = true, features = ["default"] }
compio = { workspace = true, optional = true, features = ["runtime"] }
hashbrown = { workspace = true }
libc = { workspace = true }
log = { workspace = true }

Loading…
Cancel
Save