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

Commit

Permalink
Bump pgx to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie committed Feb 11, 2022
1 parent bb5899b commit aff1002
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 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
Expand Up @@ -26,14 +26,14 @@ pg_test = ["serde_json"]

[dependencies]
bincode = "1.3.1"
pgx = "0.2.5"
pgx-macros = "0.2.5"
pgx = "0.3.0"
pgx-macros = "0.3.0"
num_cpus = "1.13.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.70", optional = true }

[dev-dependencies]
pgx-tests = "0.2.5"
pgx-tests = "0.3.0"

[patch.crates-io]
pgx = { git = "https://github.com/timescale/pgx", branch = "promscale-staging" }
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN \
# Remove crt-static feature on musl target to allow building cdylibs
ENV RUSTFLAGS="-C target-feature=-crt-static"
RUN --mount=type=cache,uid=70,gid=70,target=/build/promscale/.cargo/registry \
cargo install cargo-pgx --git https://github.com/timescale/pgx --branch promscale-staging --rev 271be6a1 && \
cargo install cargo-pgx --git https://github.com/timescale/pgx --branch promscale-staging --rev 948828ba && \
cargo pgx init --${PG_VERSION_TAG} $(which pg_config)

USER root
Expand Down

0 comments on commit aff1002

Please sign in to comment.