Skip to content

Commit

Permalink
Updates plrust/build script to use pgrx 0.9.7 (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyBonnette authored and eeeebbbbrrrr committed Jul 11, 2023
1 parent 70a92e5 commit ce70004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plrust/build
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cargo update -p pgrx
cargo fetch
if [ "$CI" != true ]; then
cargo install cargo-pgrx \
--version "0.9.5" \
--version "0.9.7" \
--locked # use the Cargo.lock in the pgrx repo
fi

Expand Down

0 comments on commit ce70004

Please sign in to comment.