Skip to content

Commit 0572429

Browse files
committed
upgrade to rust 1.88
1 parent 419fd22 commit 0572429

17 files changed

Lines changed: 425 additions & 275 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: dtolnay/rust-toolchain@master
1717
name: Install rust
1818
with:
19-
toolchain: 1.83.0
19+
toolchain: 1.88.0
2020
- uses: Swatinem/rust-cache@v2
2121
- name: Run initial test to setup PG
2222
run: cargo test -p shared --features test
@@ -28,7 +28,7 @@ jobs:
2828
sudo apt install -y build-essential pkg-config libssl-dev postgresql-server-dev-17
2929
- name: Install pgrx
3030
run: >
31-
cargo install --locked cargo-pgrx --version="0.12.9" &&
31+
cargo install --locked cargo-pgrx --version="0.15.0" &&
3232
cargo pgrx init --pg17 /tmp/golden-axe-pg-test/install/postgresql-17.2.0-x86_64-unknown-linux-gnu/bin/pg_config
3333
- name: Install PG extension
3434
run: >

0 commit comments

Comments
 (0)