Skip to content

Commit eea6f87

Browse files
Vonngburmecia
andauthored
bump pgrx to 0.16.1 to align with the latest version (#519)
* bump pgrx to 0.16.1 * chore: upgrade rust version to 1.87 * upgrade rust to v1.88 and make clippy happy * change required rust version to 1.88.0 * make clippy happy for wasm fdws --------- Co-authored-by: Bo Lu <[email protected]>
1 parent 21709a6 commit eea6f87

File tree

51 files changed

+1595
-1663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1595
-1663
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Rust toolchain
2121
uses: actions-rs/toolchain@v1
2222
with:
23-
toolchain: 1.86.0
23+
toolchain: 1.88.0
2424
components: llvm-tools-preview, rustfmt, clippy
2525
default: true
2626
override: true
@@ -40,7 +40,7 @@ jobs:
4040
sudo apt -y autoremove && sudo apt -y clean
4141
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
4242
43-
- run: cargo install --locked cargo-pgrx --version 0.16.0
43+
- run: cargo install --locked cargo-pgrx --version 0.16.1
4444
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
4545

4646
- name: Build docker images

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
extension_name:
3838
- wrappers
3939
pgrx_version:
40-
- 0.16.0
40+
- 0.16.1
4141
postgres: [14, 15, 16, 17, 18]
4242
features:
4343
- "all_fdws"
@@ -94,7 +94,7 @@ jobs:
9494
# Ensure installed pg_config is first on path
9595
export PATH=$PATH:/usr/lib/postgresql/${{ matrix.postgres }}/bin
9696
97-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain 1.86.0 && \
97+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain 1.88.0 && \
9898
rustup --version && \
9999
rustc --version && \
100100
cargo --version

.github/workflows/release_wasm_fdw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Rust
3030
run: |
3131
# install Rust
32-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain 1.86.0 && \
32+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain 1.88.0 && \
3333
rustup --version && \
3434
rustc --version && \
3535
cargo --version

.github/workflows/test_supabase_wrappers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions-rs/toolchain@v1
2121
with:
22-
toolchain: 1.86.0
22+
toolchain: 1.88.0
2323
default: true
2424
override: true
2525
components: rustfmt, clippy
@@ -36,7 +36,7 @@ jobs:
3636
sudo apt -y autoremove && sudo apt -y clean
3737
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
3838
39-
- run: cargo install --locked cargo-pgrx --version 0.16.0
39+
- run: cargo install --locked cargo-pgrx --version 0.16.1
4040
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
4141

4242
- name: Format code

.github/workflows/test_wrappers.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- uses: actions-rs/toolchain@v1
2828
with:
29-
toolchain: 1.86.0
29+
toolchain: 1.88.0
3030
default: true
3131
override: true
3232
components: rustfmt, clippy
@@ -43,7 +43,7 @@ jobs:
4343
sudo apt -y autoremove && sudo apt -y clean
4444
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
4545
46-
- run: cargo install --locked cargo-pgrx --version 0.16.0
46+
- run: cargo install --locked cargo-pgrx --version 0.16.1
4747
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
4848

4949
- name: Format code
@@ -74,7 +74,7 @@ jobs:
7474
7575
- uses: actions-rs/toolchain@v1
7676
with:
77-
toolchain: 1.86.0
77+
toolchain: 1.88.0
7878
default: true
7979
override: true
8080
components: rustfmt, clippy
@@ -91,7 +91,7 @@ jobs:
9191
sudo apt -y autoremove && sudo apt -y clean
9292
sudo chmod a+rwx `/usr/lib/postgresql/15/bin/pg_config --pkglibdir` `/usr/lib/postgresql/15/bin/pg_config --sharedir`/extension /var/run/postgresql/
9393
94-
- run: cargo install --locked cargo-pgrx --version 0.16.0
94+
- run: cargo install --locked cargo-pgrx --version 0.16.1
9595
- run: cargo pgrx init --pg15 /usr/lib/postgresql/15/bin/pg_config
9696
- run: cargo install --locked cargo-component --version 0.21.1
9797
- run: rustup target add wasm32-unknown-unknown

0 commit comments

Comments
 (0)