mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
bindings: select io_uring feature from limbo_core explicitly as it will be made non-default
This commit is contained in:
parent
a1a9218131
commit
be5ea350bb
4 changed files with 5 additions and 5 deletions
|
@ -17,7 +17,7 @@ io_uring = ["limbo_core/io_uring"]
|
|||
|
||||
|
||||
[dependencies]
|
||||
limbo_core = { path = "../../core/" }
|
||||
limbo_core = { path = "../../core" }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
limbo_core = { path = "../../core/", features = ["io_uring"] }
|
||||
limbo_core = { path = "../../core", features = ["io_uring"] }
|
||||
|
|
|
@ -12,6 +12,6 @@ crate-type = ["cdylib"]
|
|||
path = "rs_src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
limbo_core = { path = "../../core" }
|
||||
limbo_core = { path = "../../core", features = ["io_uring"] }
|
||||
jni = "0.21.1"
|
||||
thiserror = "2.0.9"
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -9,7 +9,7 @@ license.workspace = true
|
|||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
limbo_core = { path = "../../core" }
|
||||
limbo_core = { path = "../../core", features = ["io_uring"] }
|
||||
thiserror = "2.0.9"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue