Skip to content

Commit 9d286e6

Browse files
committed
Bump deps
1 parent 3d8fbb6 commit 9d286e6

File tree

14 files changed

+729
-616
lines changed

14 files changed

+729
-616
lines changed

.devcontainer/Dockerfile

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

4848
# install and configure pgrx
49-
ARG PGRX_VERSION=0.13.1
49+
ARG PGRX_VERSION=0.14.1
5050
RUN cargo install --locked cargo-pgrx@${PGRX_VERSION}
5151
RUN cargo pgrx init --pg${PG_MAJOR} $(which pg_config)
5252
RUN echo "shared_preload_libraries = 'pg_parquet'" >> $HOME/.pgrx/data-${PG_MAJOR}/postgresql.conf

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Rust
4242
uses: dtolnay/rust-toolchain@stable
4343
with:
44-
toolchain: 1.85.0
44+
toolchain: 1.86.0
4545
target: x86_64-unknown-linux-gnu
4646
components: rustfmt, clippy, llvm-tools-preview
4747

@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Install and configure pgrx
9696
run: |
97-
cargo install --locked cargo-pgrx@0.13.1
97+
cargo install --locked cargo-pgrx@0.14.1
9898
cargo pgrx init --pg${{ env.PG_MAJOR }} /usr/lib/postgresql/${{ env.PG_MAJOR }}/bin/pg_config \
9999
--base-testing-port $PGRX_TEST_PG_BASE_PORT
100100

0 commit comments

Comments
 (0)