Skip to content

Commit

Permalink
Merge pull request #31 from workingjubilee/pgrx-0.9.7
Browse files Browse the repository at this point in the history
Upgrade to pgrx 0.9.7
  • Loading branch information
olirice committed Jun 30, 2023
2 parents 63873cc + af05b39 commit 0dfd45f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.8.4
- 0.9.7
postgres: [14, 15]
box:
- { runner: ubuntu-20.04, arch: amd64 }
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ pg15 = ["pgrx/pg15", "pgrx-tests/pg15" ]
pg_test = []

[dependencies]
pgrx = "0.8.4"
pgrx = "0.9.7"
serde = "1.0"
serde_json = "1.0"
jsonschema = {version = "0.16.0", default-features = false, features = []}

[dev-dependencies]
pgrx-tests = "0.8.4"
pgrx-tests = "0.9.7"

[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.8.4 --locked
RUN cargo install cargo-pgrx --version 0.9.7 --locked

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

Expand Down

0 comments on commit 0dfd45f

Please sign in to comment.