mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-17 08:34:19 +01:00
do not reference workspace package by path
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user