File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed
Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ path = "./src/bin/pgrx_embed.rs"
1111crate-type = [" cdylib" , " lib" ]
1212
1313[features ]
14- default = [" pg16 " ]
14+ default = [" pg17 " ]
1515pg12 = [" pgrx/pg12" , " pgrx-tests/pg12" ]
1616pg13 = [" pgrx/pg13" , " pgrx-tests/pg13" ]
1717pg14 = [" pgrx/pg14" , " pgrx-tests/pg14" ]
@@ -23,9 +23,9 @@ pg_test = ["approx"]
2323[dependencies ]
2424# Keep synchronized with `cargo install --version N.N.N cargo-pgrx` in Readme.md and docker/ci/Dockerfile
2525# Also `pgrx-tests` down below in `dev-dependencies`.
26- pgrx = " =0.12.8 "
27- pgrx-macros = " =0.12.8 "
28- pgrx-sql-entity-graph = " =0.12.8 "
26+ pgrx = " =0.12.9 "
27+ pgrx-macros = " =0.12.9 "
28+ pgrx-sql-entity-graph = " =0.12.9 "
2929encodings = {path =" ../crates/encodings" }
3030flat_serialize = {path =" ../crates/flat_serialize/flat_serialize" }
3131flat_serialize_macro = {path =" ../crates/flat_serialize/flat_serialize_macro" }
@@ -62,5 +62,5 @@ spfunc = "0.1.0"
6262statrs = " 0.15.0"
6363
6464[dev-dependencies ]
65- pgrx-tests = " =0.12.8 "
65+ pgrx-tests = " =0.12.9 "
6666approx = " 0.4.0"
You can’t perform that action at this time.
0 commit comments