Skip to content

Commit 1ddb603

Browse files
committed
downgrad pgrx and pgrx-tests to 0.16.0
1 parent 23fb539 commit 1ddb603

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ pg_test = []
2323
[dependencies]
2424
etcd-client = { version = "0.16", features = ["tls"] }
2525
futures = "0.3.31"
26-
pgrx = {version="=0.16.1"}
26+
pgrx = {version="=0.16.0"}
2727
supabase-wrappers = { version="=0.1.25", default-features = false }
2828
thiserror = "2.0.16"
2929
tokio = { version = "1.47.1", features = ["full"] }
3030
testcontainers = { version = "0.25.0", features = ["blocking"] }
3131
serde = { version = "1.0.226", features = ["derive"] }
3232

3333
[dev-dependencies]
34-
pgrx-tests = "=0.16.1"
34+
pgrx-tests = "=0.16.0"
3535
testcontainers = { version = "0.25.0", features = ["blocking"] }
3636
serde = { version = "1.0.226", features = ["derive"] }
3737

0 commit comments

Comments
 (0)