mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-22 17:34:27 +01:00
bindings: select io_uring feature from limbo_core explicitly as it will be made non-default
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user