Skip to content

Commit b8fdb92

Browse files
committed
Update pgx to 0.6.1
1 parent f4bff06 commit b8fdb92

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

Cargo.lock

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

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ sudo apt-get install make gcc pkg-config clang postgresql-server-dev-14 libssl-d
5151

5252
Next you need [cargo-pgx](https://github.com/tcdi/pgx), which can be installed with
5353
```bash
54-
cargo install --version '=0.6.0' --force cargo-pgx
54+
cargo install --version '=0.6.1' --force cargo-pgx
5555
```
5656

5757
You must reinstall cargo-pgx whenver you update your Rust compiler, since cargo-pgx needs to be built with the same compiler as Toolkit.

extension/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ pg_test = ["approx"]
1717
[dependencies]
1818
# Keep synchronized with `cargo install --version N.N.N cargo-pgx` in Readme.md and docker/ci/Dockerfile
1919
# Also `pgx-tests` down below in `dev-dependencies`.
20-
pgx = "=0.6.0"
21-
pgx-macros = "=0.6.0"
20+
pgx = "=0.6.1"
21+
pgx-macros = "=0.6.1"
2222
encodings = {path="../crates/encodings"}
2323
flat_serialize = {path="../crates/flat_serialize/flat_serialize"}
2424
flat_serialize_macro = {path="../crates/flat_serialize/flat_serialize_macro"}
@@ -55,5 +55,5 @@ spfunc = "0.1.0"
5555
statrs = "0.15.0"
5656

5757
[dev-dependencies]
58-
pgx-tests = "=0.6.0"
58+
pgx-tests = "=0.6.1"
5959
approx = "0.4.0"

tools/dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ TSDB_PG_VERSIONS='12 13 14'
1414
CARGO_EDIT=0.11.2
1515

1616
# Keep synchronized with extension/Cargo.toml and `cargo install --version N.N.N cargo-pgx` in Readme.md .
17-
PGX_VERSION=0.6.0
17+
PGX_VERSION=0.6.1
1818

1919
RUST_TOOLCHAIN=1.63.0
2020
RUST_PROFILE=minimal

0 commit comments

Comments
 (0)