Skip to content

Commit

Permalink
chore(deps): update pgrx and other deps
Browse files Browse the repository at this point in the history
The version of some dependencies in this project has gotten a bit
stale, most importantly being `pgrx` which has seen a couple minor
version changes.

This commit updates the dependencies of `pg_idkit`, most important of
those being `pgrx`, and updates the minimum allowed rust version along
with updating some metadata.

This commit *intentionally* ignores the problem of upgrading the
version of postgres tested itself (it's still 14, and is made more
consistent, if anything) -- that will be handled in a following upgrade.

Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Oct 29, 2023
1 parent 42dbbf4 commit 9d7b552
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 129 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:

strategy:
matrix:
rust_container_version: [ "1.63" ]
# The version(s) of the Rust being used in the CI container
# (requires building and pushing via `just build-ci-image push-ci-image`)
rust_container_version:
- 1.73

container:
image: "ghcr.io/vadosware/pg_idkit/builder:0.x.x"
Expand Down
Loading

0 comments on commit 9d7b552

Please sign in to comment.