File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ BASE=$(dirname `pwd`)
2121VERSION=$( cat $BASE /pgdd.control | grep default_version | cut -f2 -d\' )
2222LOGDIR=${BASE} /target/logs
2323ARTIFACTDIR=${BASE} /target/artifacts
24- PGXVERSION=0.6.0-alpha.2
24+ PGXVERSION=0.6.0
2525
2626PG_VERS=(" pg11" " pg12" " pg13" " pg14" " pg15" )
2727# PG_VERS=("pg15")
You can’t perform that action at this time.
0 commit comments