@@ -37,18 +37,18 @@ repository = "https://github.com/pgcentralfoundation/pgrx/"
3737homepage = " https://github.com/pgcentralfoundation/pgrx/"
3838# TODO: all crates should use this version rather than copy it
3939# See https://github.com/pgcentralfoundation/pgrx/pull/2100 comments
40- version = " 0.18.1 "
40+ version = " 0.19.0 "
4141
4242[workspace .metadata .local-install ]
4343cargo-pgrx = { path = " cargo-pgrx" }
4444
4545[workspace .dependencies ]
46- pgrx-bench = { path = " ./pgrx-bench" , version = " =0.18.1 " }
47- pgrx-macros = { path = " ./pgrx-macros" , version = " =0.18.1 " }
48- pgrx-pg-sys = { path = " ./pgrx-pg-sys" , version = " =0.18.1 " }
49- pgrx-sql-entity-graph = { path = " ./pgrx-sql-entity-graph" , version = " =0.18.1 " }
50- pgrx-pg-config = { path = " ./pgrx-pg-config" , version = " =0.18.1 " }
51- pgrx-bindgen = { path = " ./pgrx-bindgen" , version = " =0.18.1 " }
46+ pgrx-bench = { path = " ./pgrx-bench" , version = " =0.19.0 " }
47+ pgrx-macros = { path = " ./pgrx-macros" , version = " =0.19.0 " }
48+ pgrx-pg-sys = { path = " ./pgrx-pg-sys" , version = " =0.19.0 " }
49+ pgrx-sql-entity-graph = { path = " ./pgrx-sql-entity-graph" , version = " =0.19.0 " }
50+ pgrx-pg-config = { path = " ./pgrx-pg-config" , version = " =0.19.0 " }
51+ pgrx-bindgen = { path = " ./pgrx-bindgen" , version = " =0.19.0 " }
5252
5353cargo_metadata = " 0.23.1"
5454cargo_toml = " 0.22" # used for building projects
0 commit comments