Skip to content

Commit

Permalink
bump pgrx to 0.12.6 for official pg17 support (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice authored Oct 16, 2024
1 parent fbee35d commit dcbe58e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 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-jsonschema
pgrx_version:
- 0.12.5
- 0.12.6
postgres: [14, 15, 16, 17]
box:
- { runner: ubuntu-20.04, arch: amd64 }
Expand Down
32 changes: 16 additions & 16 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg_jsonschema"
version = "0.3.2"
version = "0.3.3"
edition = "2021"

[lib]
Expand All @@ -21,13 +21,13 @@ pg17 = ["pgrx/pg17", "pgrx-tests/pg17" ]
pg_test = []

[dependencies]
pgrx = "0.12.5"
pgrx = "0.12.6"
serde = "1.0"
serde_json = "1.0"
jsonschema = {version = "0.17.1", default-features = false, features = []}

[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 @@ -27,7 +27,7 @@ RUN \
cargo --version

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

RUN cargo pgrx init --pg16 $(which pg_config)

Expand Down

0 comments on commit dcbe58e

Please sign in to comment.