Skip to content

Commit 6cce769

Browse files
committed
chore: Change the dependency for supabase-wrappers to their repos 'main' branch in order to use the latest pgrx version
1 parent f60fa1b commit 6cce769

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,19 @@ pg14 = ["pgrx/pg14", "pgrx-tests/pg14", "supabase-wrappers/pg14"]
1717
pg15 = ["pgrx/pg15", "pgrx-tests/pg15", "supabase-wrappers/pg15"]
1818
pg16 = ["pgrx/pg16", "pgrx-tests/pg16", "supabase-wrappers/pg16"]
1919
pg17 = ["pgrx/pg17", "pgrx-tests/pg17", "supabase-wrappers/pg17"]
20+
pg18 = ["pgrx/pg18", "pgrx-tests/pg18", "supabase-wrappers/pg18"]
2021
pg_test = []
2122

2223
[dependencies]
2324
etcd-client = "0.16"
2425
futures = "0.3.31"
25-
pgrx = {version="=0.14.3"}
26-
supabase-wrappers = {version="0.1.23", default-features = false}
26+
pgrx = {version="=0.16.0"}
27+
supabase-wrappers = {git="https://github.com/supabase/wrappers.git", branch="main",default-features = false}
2728
thiserror = "2.0.16"
2829
tokio = { version = "1.47.1", features = ["full"] }
2930

3031
[dev-dependencies]
31-
pgrx-tests = "=0.14.3"
32+
pgrx-tests = "=0.16.0"
3233

3334
[profile.dev]
3435
panic = "unwind"

0 commit comments

Comments
 (0)