Skip to content

Commit

Permalink
pointing to temporary paradedb/shared fixture lib
Browse files Browse the repository at this point in the history
  • Loading branch information
evanxg852000 committed Aug 7, 2024
1 parent 2bb3fa8 commit 81d9119
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 81d9119

Please sign in to comment.