bindings: select io_uring feature from limbo_core explicitly as it will be made non-default

This commit is contained in:
Jorge López
2025-02-09 01:10:35 +01:00
parent a1a9218131
commit be5ea350bb
4 changed files with 5 additions and 5 deletions

View File

@@ -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]