Skip to content

Commit

Permalink
ga build
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Dec 21, 2024
1 parent 55fb96b commit 7741904
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install pgrx
run: |
cargo install --locked cargo-pgrx || true
cargo install --locked cargo-pgrx --version 0.12.9 || true
cargo pgrx init
env:
CARGO_HTTP_TIMEOUT: 300
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sqids = "0.4.2"
thiserror = "2.0.8"

[dev-dependencies]
pgrx-tests = "=0.11.4"
pgrx-tests = "0.12.9"

[profile.dev]
panic = "unwind"
Expand Down

0 comments on commit 7741904

Please sign in to comment.