diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 2ffc62f8a..0a9f99e84 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -18,7 +18,7 @@ tracing_release = ["turso_core/tracing_release"] [dependencies] anyhow = "1.0" -turso_core = { path = "../../core", features = ["io_uring"] } +turso_core = { workspace = true, features = ["io_uring"] } pyo3 = { version = "0.24.1", features = ["anyhow"] } [build-dependencies] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c1c60f928..35f691042 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -28,8 +28,8 @@ ctrlc = "3.4.4" dirs = "5.0.1" env_logger = { workspace = true } libc = "0.2.172" -turso_core = { path = "../core", default-features = true, features = ["cli_only"] } -limbo_completion = { path = "../extensions/completion", features = ["static"] } +turso_core = { workspace = true , default-features = true, features = ["cli_only"] } +limbo_completion = { workspace = true, features = ["static"] } miette = { workspace = true, features = ["fancy"] } nu-ansi-term = {version = "0.50.1", features = ["serde", "derive_serde_style"]} rustyline = { version = "15.0.0", default-features = true, features = [