Skip to content

Commit

Permalink
Bump pgrx -> 0.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmcnew committed Jul 1, 2024
1 parent bf62454 commit 88b835e
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 93 deletions.
111 changes: 66 additions & 45 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sudo apt-get install make gcc pkg-config clang postgresql-server-dev-14 libssl-d

Next you need [cargo-pgrx](https://github.com/tcdi/pgrx), which can be installed with
```bash
cargo install --version '=0.10.2' --force cargo-pgrx
cargo install --version '=0.11.4' --force cargo-pgrx
```

You must reinstall cargo-pgrx whenever you update your Rust compiler, since cargo-pgrx needs to be built with the same compiler as Toolkit.
Expand Down
8 changes: 4 additions & 4 deletions extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ pg_test = ["approx"]
[dependencies]
# Keep synchronized with `cargo install --version N.N.N cargo-pgrx` in Readme.md and docker/ci/Dockerfile
# Also `pgrx-tests` down below in `dev-dependencies`.
pgrx = "=0.10.2"
pgrx-macros = "=0.10.2"
pgrx-sql-entity-graph = "=0.10.2"
pgrx = "=0.11.4"
pgrx-macros = "=0.11.4"
pgrx-sql-entity-graph = "=0.11.4"
encodings = {path="../crates/encodings"}
flat_serialize = {path="../crates/flat_serialize/flat_serialize"}
flat_serialize_macro = {path="../crates/flat_serialize/flat_serialize_macro"}
Expand Down Expand Up @@ -57,5 +57,5 @@ spfunc = "0.1.0"
statrs = "0.15.0"

[dev-dependencies]
pgrx-tests = "=0.10.2"
pgrx-tests = "=0.11.4"
approx = "0.4.0"
Loading

0 comments on commit 88b835e

Please sign in to comment.