Skip to content

Commit

Permalink
chore: Remove shared dependency (paradedb#91)
Browse files Browse the repository at this point in the history
* remove shared

* remove wildcard imports

* suppress linter
  • Loading branch information
rebasedming authored and shamb0 committed Aug 24, 2024
1 parent 510d651 commit 053cd64
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 @@ -31,7 +31,6 @@ serde = "1.0.201"
serde_json = "1.0.120"
signal-hook = "0.3.17"
signal-hook-async-std = "0.2.2"
shared = { git = "https://github.com/paradedb/paradedb.git", rev = "4854652" }
strum = { version = "0.26.3", features = ["derive"] }
supabase-wrappers = { git = "https://github.com/paradedb/wrappers.git", default-features = false, rev = "27af09b" }
thiserror = "1.0.59"
Expand All @@ -48,10 +47,8 @@ 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",
] }
sqlx = { version = "0.7.4", features = [
soa_derive = "0.13.0"
sqlx = { version = "0.7.3", features = [
"postgres",
"runtime-async-std",
"time",
Expand Down

0 comments on commit 053cd64

Please sign in to comment.