Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit aabfee4

Browse files
committed
Bump pgx to 0.3.1
1 parent 9d4c96d commit aabfee4

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

Cargo.lock

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ pg_test = ["serde_json"]
2626

2727
[dependencies]
2828
bincode = "1.3.1"
29-
pgx = "0.2.5"
30-
pgx-macros = "0.2.5"
29+
pgx = "0.3.1"
30+
pgx-macros = "0.3.1"
3131
num_cpus = "1.13.1"
3232
serde = { version = "1.0", features = ["derive"] }
3333
serde_json = { version = "1.0.70", optional = true }
3434

3535
[dev-dependencies]
36-
pgx-tests = "0.2.5"
36+
pgx-tests = "0.3.1"
3737

3838
[patch.crates-io]
3939
pgx = { git = "https://github.com/timescale/pgx", branch = "promscale-staging" }

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN \
3838
# Remove crt-static feature on musl target to allow building cdylibs
3939
ENV RUSTFLAGS="-C target-feature=-crt-static"
4040
RUN --mount=type=cache,uid=70,gid=70,target=/build/promscale/.cargo/registry \
41-
cargo install cargo-pgx --git https://github.com/timescale/pgx --branch promscale-staging --rev 271be6a1 && \
41+
cargo install cargo-pgx --git https://github.com/timescale/pgx --branch promscale-staging --rev ee52db6b && \
4242
cargo pgx init --${PG_VERSION_TAG} $(which pg_config)
4343

4444
USER root

0 commit comments

Comments
 (0)