Skip to content

Commit c0374c2

Browse files
committed
prepare v0.4.2 release
1 parent ccc963d commit c0374c2

File tree

8 files changed

+284
-235
lines changed

8 files changed

+284
-235
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y
4949
ENV PATH="/home/rust/.cargo/bin:${PATH}"
5050

5151
# install and configure pgrx
52-
ARG PGRX_VERSION=0.15.0
52+
ARG PGRX_VERSION=0.16.0
5353
RUN cargo install --locked cargo-pgrx@${PGRX_VERSION}
5454
RUN cargo pgrx init --pg${PG_MAJOR} $(which pg_config)
5555
RUN echo "shared_preload_libraries = 'pgaudit,pg_parquet'" >> $HOME/.pgrx/data-${PG_MAJOR}/postgresql.conf

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
118118
- name: Install pgrx
119119
run: |
120-
cargo install --locked cargo-pgrx@0.15.0
120+
cargo install --locked cargo-pgrx@0.16.0
121121
122122
- name: Install cargo-llvm-cov for coverage report
123123
run: cargo install --locked [email protected]

0 commit comments

Comments
 (0)