Skip to content

Commit 5f9c62b

Browse files
authored
Merge pull request #567 from supabase/or/pgrx-0.12.6
Bump pgrx to 0.12.6 for official pg17 support
2 parents 1f20d9e + eca447b commit 5f9c62b

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
package_name:
4141
- pg-graphql
4242
pgrx_version:
43-
- 0.12.5
43+
- 0.12.6
4444
postgres: [14, 15, 16, 17]
4545
box:
4646
- { runner: ubuntu-20.04, arch: amd64 }

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pg17 = ["pgrx/pg17", "pgrx-tests/pg17"]
1919
pg_test = []
2020

2121
[dependencies]
22-
pgrx = "=0.12.5"
22+
pgrx = "=0.12.6"
2323
graphql-parser = "0.4"
2424
serde = { version = "1.0", features = ["rc"] }
2525
serde_json = "1.0"
@@ -35,7 +35,7 @@ bimap = { version = "0.6.3", features = ["serde"] }
3535
indexmap = "2.2"
3636

3737
[dev-dependencies]
38-
pgrx-tests = "=0.12.5"
38+
pgrx-tests = "=0.12.6"
3939

4040
[profile.dev]
4141
panic = "unwind"

dockerfiles/db/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN \
2828
cargo --version
2929

3030
# PGRX
31-
RUN cargo install cargo-pgrx --version 0.12.5 --locked
31+
RUN cargo install cargo-pgrx --version 0.12.6 --locked
3232

3333
RUN cargo pgrx init --pg${PG_MAJOR} $(which pg_config)
3434

0 commit comments

Comments
 (0)