diff --git a/Cargo.lock b/Cargo.lock index 2c14c9f58..8a0d0da0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,7 +307,7 @@ dependencies = [ [[package]] name = "cargo-pgrx" -version = "0.9.6" +version = "0.9.7" dependencies = [ "atty", "cargo_metadata", @@ -1520,7 +1520,7 @@ dependencies = [ [[package]] name = "pgrx" -version = "0.9.6" +version = "0.9.7" dependencies = [ "atomic-traits", "bitflags 2.3.3", @@ -1543,7 +1543,7 @@ dependencies = [ [[package]] name = "pgrx-macros" -version = "0.9.6" +version = "0.9.7" dependencies = [ "pgrx-sql-entity-graph", "proc-macro2", @@ -1554,7 +1554,7 @@ dependencies = [ [[package]] name = "pgrx-pg-config" -version = "0.9.6" +version = "0.9.7" dependencies = [ "cargo_toml", "dirs", @@ -1570,7 +1570,7 @@ dependencies = [ [[package]] name = "pgrx-pg-sys" -version = "0.9.6" +version = "0.9.7" dependencies = [ "bindgen", "eyre", @@ -1590,7 +1590,7 @@ dependencies = [ [[package]] name = "pgrx-sql-entity-graph" -version = "0.9.6" +version = "0.9.7" dependencies = [ "atty", "convert_case", @@ -1606,7 +1606,7 @@ dependencies = [ [[package]] name = "pgrx-tests" -version = "0.9.6" +version = "0.9.7" dependencies = [ "clap-cargo", "eyre", diff --git a/cargo-pgrx/Cargo.toml b/cargo-pgrx/Cargo.toml index 702348921..6e579c38f 100644 --- a/cargo-pgrx/Cargo.toml +++ b/cargo-pgrx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-pgrx" -version = "0.9.6" +version = "0.9.7" authors = ["ZomboDB, LLC "] license = "MIT" description = "Cargo subcommand for 'pgrx' to make Postgres extension development easy" @@ -23,8 +23,8 @@ semver = "1.0.17" owo-colors = { version = "3.5.0", features = [ "supports-colors" ] } env_proxy = "0.4.1" num_cpus = "1.16.0" -pgrx-pg-config = { path = "../pgrx-pg-config", version = "=0.9.6" } -pgrx-sql-entity-graph = { path = "../pgrx-sql-entity-graph", version = "=0.9.6" } +pgrx-pg-config = { path = "../pgrx-pg-config", version = "=0.9.7" } +pgrx-sql-entity-graph = { path = "../pgrx-sql-entity-graph", version = "=0.9.7" } prettyplease = "0.2.9" proc-macro2 = { version = "1.0.63", features = [ "span-locations" ] } quote = "1.0.29" diff --git a/cargo-pgrx/src/templates/cargo_toml b/cargo-pgrx/src/templates/cargo_toml index f9d7939bd..6c383d169 100644 --- a/cargo-pgrx/src/templates/cargo_toml +++ b/cargo-pgrx/src/templates/cargo_toml @@ -16,10 +16,10 @@ pg15 = ["pgrx/pg15", "pgrx-tests/pg15" ] pg_test = [] [dependencies] -pgrx = "=0.9.6" +pgrx = "=0.9.7" [dev-dependencies] -pgrx-tests = "=0.9.6" +pgrx-tests = "=0.9.7" [profile.dev] panic = "unwind" diff --git a/nix/templates/default/Cargo.toml b/nix/templates/default/Cargo.toml index 5dd8ff18c..ebf71e7da 100644 --- a/nix/templates/default/Cargo.toml +++ b/nix/templates/default/Cargo.toml @@ -16,10 +16,10 @@ pg15 = ["pgrx/pg15", "pgrx-tests/pg15" ] pg_test = [] [dependencies] -pgrx = "=0.9.6" +pgrx = "=0.9.7" [dev-dependencies] -pgrx-tests = "=0.9.6" +pgrx-tests = "=0.9.7" tempfile = "3.2.0" once_cell = "1.7.2" diff --git a/pgrx-macros/Cargo.toml b/pgrx-macros/Cargo.toml index 680dcfe38..276d8a8de 100644 --- a/pgrx-macros/Cargo.toml +++ b/pgrx-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgrx-macros" -version = "0.9.6" +version = "0.9.7" authors = ["ZomboDB, LLC "] license = "MIT" description = "Proc Macros for 'pgrx'" @@ -21,7 +21,7 @@ rustc-args = ["--cfg", "docsrs"] no-schema-generation = ["pgrx-sql-entity-graph/no-schema-generation"] [dependencies] -pgrx-sql-entity-graph = { path = "../pgrx-sql-entity-graph", version = "=0.9.6" } +pgrx-sql-entity-graph = { path = "../pgrx-sql-entity-graph", version = "=0.9.7" } proc-macro2 = "1.0.63" quote = "1.0.29" syn = { version = "1.0.109", features = [ "extra-traits", "full", "fold", "parsing" ] } diff --git a/pgrx-pg-config/Cargo.toml b/pgrx-pg-config/Cargo.toml index cc1dbbfe3..3bb43e1fd 100644 --- a/pgrx-pg-config/Cargo.toml +++ b/pgrx-pg-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgrx-pg-config" -version = "0.9.6" +version = "0.9.7" authors = ["ZomboDB, LLC "] license = "MIT" description = "A Postgres pg_config wrapper for 'pgrx'" diff --git a/pgrx-pg-sys/Cargo.toml b/pgrx-pg-sys/Cargo.toml index b9cfdbe62..b433bfcae 100644 --- a/pgrx-pg-sys/Cargo.toml +++ b/pgrx-pg-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgrx-pg-sys" -version = "0.9.6" +version = "0.9.7" authors = ["ZomboDB, LLC "] license = "MIT" description = "Generated Rust bindings for Postgres internals, for use with 'pgrx'" @@ -29,8 +29,8 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] memoffset = "0.9.0" -pgrx-macros = { path = "../pgrx-macros/", version = "=0.9.6" } -pgrx-sql-entity-graph = { path = "../pgrx-sql-entity-graph/", version = "=0.9.6" } +pgrx-macros = { path = "../pgrx-macros/", version = "=0.9.7" } +pgrx-sql-entity-graph = { path = "../pgrx-sql-entity-graph/", version = "=0.9.7" } serde = { version = "1.0", features = [ "derive" ] } # impls on pub types # polyfill until #![feature(strict_provenance)] stabilizes sptr = "0.3" @@ -38,7 +38,7 @@ libc = "0.2" [build-dependencies] bindgen = { version = "0.66.1", default-features = false, features = ["runtime"] } -pgrx-pg-config= { path = "../pgrx-pg-config/", version = "=0.9.6" } +pgrx-pg-config= { path = "../pgrx-pg-config/", version = "=0.9.7" } proc-macro2 = "1.0.63" quote = "1.0.29" syn = { version = "1.0.109", features = [ "extra-traits", "full", "fold", "parsing" ] } diff --git a/pgrx-sql-entity-graph/Cargo.toml b/pgrx-sql-entity-graph/Cargo.toml index 4e3e68104..496c633f2 100644 --- a/pgrx-sql-entity-graph/Cargo.toml +++ b/pgrx-sql-entity-graph/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgrx-sql-entity-graph" -version = "0.9.6" +version = "0.9.7" authors = ["ZomboDB, LLC "] license = "MIT" description = "Sql Entity Graph for `pgrx`" diff --git a/pgrx-tests/Cargo.toml b/pgrx-tests/Cargo.toml index 809f2b72c..78276bc6e 100644 --- a/pgrx-tests/Cargo.toml +++ b/pgrx-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgrx-tests" -version = "0.9.6" +version = "0.9.7" authors = ["ZomboDB, LLC "] license = "MIT" description = "Test framework for 'pgrx'-based Postgres extensions" @@ -37,8 +37,8 @@ clap-cargo = "0.10.0" owo-colors = "3.5.0" once_cell = "1.18.0" libc = "0.2.147" -pgrx-macros = { path = "../pgrx-macros", version = "=0.9.6" } -pgrx-pg-config = { path = "../pgrx-pg-config", version = "=0.9.6" } +pgrx-macros = { path = "../pgrx-macros", version = "=0.9.7" } +pgrx-pg-config = { path = "../pgrx-pg-config", version = "=0.9.7" } postgres = "0.19.5" regex = "1.8.4" serde = "1.0" @@ -53,4 +53,4 @@ eyre = "0.6.8" # testing functions that return `eyre::Result` [dependencies.pgrx] path = "../pgrx" default-features = false -version = "=0.9.6" +version = "=0.9.7" diff --git a/pgrx/Cargo.toml b/pgrx/Cargo.toml index c93e236b2..ede0c7aa8 100644 --- a/pgrx/Cargo.toml +++ b/pgrx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pgrx" -version = "0.9.6" +version = "0.9.7" authors = ["ZomboDB, LLC "] license = "MIT" description = "pgrx: A Rust framework for creating Postgres extensions" @@ -33,9 +33,9 @@ no-default-features = true rustc-args = ["--cfg", "docsrs"] [dependencies] -pgrx-macros = { path = "../pgrx-macros", version = "=0.9.6" } -pgrx-pg-sys = { path = "../pgrx-pg-sys", version = "=0.9.6" } -pgrx-sql-entity-graph = { path = "../pgrx-sql-entity-graph", version = "=0.9.6" } +pgrx-macros = { path = "../pgrx-macros", version = "=0.9.7" } +pgrx-pg-sys = { path = "../pgrx-pg-sys", version = "=0.9.7" } +pgrx-sql-entity-graph = { path = "../pgrx-sql-entity-graph", version = "=0.9.7" } # used to internally impl things once_cell = "1.18.0" # polyfill until std::lazy::OnceCell stabilizes