upgraded rust and pgrx versions

This commit is contained in:
2025-07-08 07:27:05 -04:00
parent dccaa0a46e
commit ea0b139f87
3 changed files with 41 additions and 20 deletions

6
flow
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Flows
source ./flows/base
@ -11,7 +11,7 @@ source ./flows/rust
POSTGRES_VERSION="17"
POSTGRES_CONFIG_PATH="/opt/homebrew/opt/postgresql@${POSTGRES_VERSION}/bin/pg_config"
DEPENDENCIES+=(icu4c pkg-config "postgresql@${POSTGRES_VERSION}")
CARGO_DEPENDENCIES=(cargo-pgrx==0.14.0)
CARGO_DEPENDENCIES=(cargo-pgrx==0.15.0)
GITEA_ORGANIZATION="cellular"
GITEA_REPOSITORY="jspg"
@ -129,4 +129,4 @@ jspg-flow() {
register-flow "jspg-usage" "jspg-flow"
dispatch "$@"
dispatch "$@"