Skip to content

Commit

Permalink
Merge pull request #567 from supabase/or/pgrx-0.12.6
Browse files Browse the repository at this point in the history
Bump pgrx to 0.12.6 for official pg17 support
  • Loading branch information
olirice authored Oct 16, 2024
2 parents 1f20d9e + eca447b commit 5f9c62b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
package_name:
- pg-graphql
pgrx_version:
- 0.12.5
- 0.12.6
postgres: [14, 15, 16, 17]
box:
- { runner: ubuntu-20.04, arch: amd64 }
Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pg17 = ["pgrx/pg17", "pgrx-tests/pg17"]
pg_test = []

[dependencies]
pgrx = "=0.12.5"
pgrx = "=0.12.6"
graphql-parser = "0.4"
serde = { version = "1.0", features = ["rc"] }
serde_json = "1.0"
Expand All @@ -35,7 +35,7 @@ bimap = { version = "0.6.3", features = ["serde"] }
indexmap = "2.2"

[dev-dependencies]
pgrx-tests = "=0.12.5"
pgrx-tests = "=0.12.6"

[profile.dev]
panic = "unwind"
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN \
cargo --version

# PGRX
RUN cargo install cargo-pgrx --version 0.12.5 --locked
RUN cargo install cargo-pgrx --version 0.12.6 --locked

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

Expand Down

0 comments on commit 5f9c62b

Please sign in to comment.