mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 04:54:21 +01:00
core: enable rustix/io_uring with io_uring feature
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user