Skip to content

Commit 6c27f83

Browse files
committed
Bump to pgx 0.6.0 from alpha
1 parent 299a549 commit 6c27f83

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ pg_test = []
2020

2121
#pgx = { git = "https://github.com/zombodb/pgx", branch = "develop" }
2222
#pgx-macros = { git = "https://github.com/zombodb/pgx", branch = "develop" }
23-
pgx = "=0.6.0-alpha.2"
24-
pgx-macros = "=0.6.0-alpha.2"
23+
pgx = "=0.6.0"
24+
pgx-macros = "=0.6.0"
2525

2626
#pgx-utils = { git = "https://github.com/zombodb/pgx", branch = "develop" }
27-
pgx-utils = "=0.6.0-alpha.2"
27+
pgx-utils = "=0.6.0"
2828

2929
[dev-dependencies]
3030
#pgx-tests = { git = "https://github.com/zombodb/pgx", branch = "develop" }
31-
pgx-tests = "=0.6.0-alpha.2"
31+
pgx-tests = "=0.6.0"
3232

3333

3434
[profile.dev]

build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BASE=$(dirname `pwd`)
2121
VERSION=$(cat $BASE/pgdd.control | grep default_version | cut -f2 -d\')
2222
LOGDIR=${BASE}/target/logs
2323
ARTIFACTDIR=${BASE}/target/artifacts
24-
PGXVERSION=0.6.0-alpha.2
24+
PGXVERSION=0.6.0
2525

2626
PG_VERS=("pg11" "pg12" "pg13" "pg14" "pg15")
2727
#PG_VERS=("pg15")

0 commit comments

Comments
 (0)