Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-13 | 518 Bytes | |
v0.14.1 source code.tar.gz | 2025-04-13 | 2.4 MB | |
v0.14.1 source code.zip | 2025-04-13 | 2.7 MB | |
Totals: 3 Items | 5.2 MB | 0 |
This is pgrx v0.14.1. It is a small bugfix release that fixes a problem building extensions that have their own build.rs
.
Please update with cargo install cargo-pgrx --version 0.14.1 --locked
and update your extension Cargo.toml
files with cargo pgrx upgrade
.
What's Changed
- fix
cargo pgrx install
error if there is a build script by @usamoi in https://github.com/pgcentralfoundation/pgrx/pull/2041
Full Changelog: https://github.com/pgcentralfoundation/pgrx/compare/v0.14.0...v0.14.1