Skip to content

Commit 7741904

Browse files
committed
ga build
1 parent 55fb96b commit 7741904

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Install pgrx
4646
run: |
47-
cargo install --locked cargo-pgrx || true
47+
cargo install --locked cargo-pgrx --version 0.12.9 || true
4848
cargo pgrx init
4949
env:
5050
CARGO_HTTP_TIMEOUT: 300

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sqids = "0.4.2"
2020
thiserror = "2.0.8"
2121

2222
[dev-dependencies]
23-
pgrx-tests = "=0.11.4"
23+
pgrx-tests = "0.12.9"
2424

2525
[profile.dev]
2626
panic = "unwind"

0 commit comments

Comments
 (0)