core: enable rustix/io_uring with io_uring feature

This commit is contained in:
Jorge López
2025-01-11 16:53:55 +01:00
parent 96148af331
commit d4de451d45

View File

@@ -22,7 +22,7 @@ json = [
"dep:pest_derive",
]
uuid = ["dep:uuid"]
io_uring = ["dep:io-uring"]
io_uring = ["dep:io-uring", "rustix/io_uring"]
[target.'cfg(target_os = "linux")'.dependencies]
io-uring = { version = "0.6.1", optional = true }