You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates plrust/build to programmatically get pgrx version (#381)
Addresses: #377
When plrust goes through a release cycle, occasionally (read: pretty
much "almost" every time) we forget to update the hard-coded pgrx
version in the `plrust/build` script due to the fact that our automated
release tooling does not consider nor modify the script file. With the
changes in this PR, we programmatically get the pgrx version using
`cargo tree` and some unix utils magic so that nobody has to think about
updating that value ever again upon release.
0 commit comments