From 81d9119fb809cc836cd5a56c7ecdbbb179ebafe7 Mon Sep 17 00:00:00 2001 From: Evance Soumaoro Date: Wed, 7 Aug 2024 00:44:41 +0000 Subject: [PATCH] pointing to temporary paradedb/shared fixture lib --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dc5ed78e..880050e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,9 +28,7 @@ serde = "1.0.201" serde_json = "1.0.120" signal-hook = "0.3.17" signal-hook-async-std = "0.2.2" -# TODO: switch to git dependency before opening PR -# shared = { git = "https://github.com/paradedb/paradedb.git", rev = "4854652" } -shared = { path = "../paradedb/shared"} +shared = { git = "https://github.com/paradedb/paradedb.git", branch = "add-util-record-batches" } supabase-wrappers = { git = "https://github.com/paradedb/wrappers.git", default-features = false, rev = "6c58451" } thiserror = "1.0.59" uuid = "1.9.1" @@ -44,8 +42,7 @@ futures = "0.3.30" pgrx-tests = "0.11.3" rstest = "0.19.0" serde_arrow = { version = "0.11.3", features = ["arrow-51"] } -# shared = { git = "https://github.com/paradedb/paradedb.git", rev = "4854652", features = ["fixtures"] } -shared = { path = "../paradedb/shared", features = ["fixtures"] } +shared = { git = "https://github.com/paradedb/paradedb.git", branch = "add-util-record-batches", features = ["fixtures"] } sqlx = { version = "0.7.4", features = [ "postgres", "runtime-async-std",