From 5b9f3816b3502ea58afd75e262deecdc078b0fb1 Mon Sep 17 00:00:00 2001 From: Nikita Sivukhin Date: Wed, 6 Aug 2025 19:27:10 +0400 Subject: [PATCH] fix after rebase --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27ca00907..1cea356af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,6 @@ repository = "https://github.com/tursodatabase/turso" [workspace.dependencies] turso = { path = "bindings/rust", version = "0.1.4-pre.2" } -turso_core = { path = "core", version = "0.1.4-pre.2" } limbo_completion = { path = "extensions/completion", version = "0.1.4-pre.2" } turso_core = { path = "core", version = "0.1.4-pre.2" } limbo_crypto = { path = "extensions/crypto", version = "0.1.4-pre.2" }