mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 00:44:19 +01:00
bindings: select io_uring feature from limbo_core explicitly as it will be made non-default
This commit is contained in:
@@ -16,7 +16,7 @@ extension-module = ["pyo3/extension-module"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
limbo_core = { path = "../../core" }
|
||||
limbo_core = { path = "../../core", features = ["io_uring"] }
|
||||
pyo3 = { version = "0.22.4", features = ["anyhow"] }
|
||||
|
||||
[build-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user