Skip to content

Commit

Permalink
bump to v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Apr 19, 2022
1 parent 3389b5d commit 7738eb4
Show file tree
Hide file tree
Showing 15 changed files with 367,888 additions and 179,079 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ members = [
]

[profile.dev.build-override]
opt-level = 3
opt-level = 3
4 changes: 2 additions & 2 deletions cargo-pgx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-pgx"
version = "0.4.2"
version = "0.4.3"
authors = ["ZomboDB, LLC <[email protected]>"]
license = "MIT"
description = "Cargo subcommand for 'pgx' to make Postgres extension development easy"
Expand All @@ -23,7 +23,7 @@ semver = "1.0.7"
owo-colors = { version = "3.3.0", features = [ "supports-colors" ] }
env_proxy = "0.4.1"
num_cpus = "1.13.1"
pgx-utils = { path = "../pgx-utils", version = "0.4.2" }
pgx-utils = { path = "../pgx-utils", version = "0.4.3" }
proc-macro2 = { version = "1.0.37", features = [ "span-locations" ] }
quote = "1.0.18"
rayon = "1.5.2"
Expand Down
4 changes: 2 additions & 2 deletions cargo-pgx/src/templates/cargo_toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ pg14 = ["pgx/pg14", "pgx-tests/pg14" ]
pg_test = []

[dependencies]
pgx = "0.4.2"
pgx = "0.4.3"

[dev-dependencies]
pgx-tests = "0.4.2"
pgx-tests = "0.4.3"

[profile.dev]
panic = "unwind"
Expand Down
8 changes: 4 additions & 4 deletions nix/templates/default/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ pg14 = ["pgx/pg14", "pgx-tests/pg14" ]
pg_test = []

[dependencies]
pgx = "0.4.2"
pgx-macros = "0.4.2"
pgx-utils = "0.4.2"
pgx = "0.4.3"
pgx-macros = "0.4.3"
pgx-utils = "0.4.3"


[dev-dependencies]
pgx-tests = "0.4.2"
pgx-tests = "0.4.3"
tempfile = "3.2.0"
once_cell = "1.7.2"

Expand Down
4 changes: 2 additions & 2 deletions pgx-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgx-macros"
version = "0.4.2"
version = "0.4.3"
authors = ["ZomboDB, LLC <[email protected]>"]
license = "MIT"
description = "Proc Macros for 'pgx'"
Expand All @@ -18,7 +18,7 @@ proc-macro = true
rustc-args = ["--cfg", "docsrs"]

[dependencies]
pgx-utils = { path = "../pgx-utils", version = "0.4.2" }
pgx-utils = { path = "../pgx-utils", version = "0.4.3" }
proc-macro2 = "1.0.37"
quote = "1.0.18"
syn = { version = "1.0.91", features = [ "extra-traits", "full", "fold", "parsing" ] }
Expand Down
6 changes: 3 additions & 3 deletions pgx-pg-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgx-pg-sys"
version = "0.4.2"
version = "0.4.3"
authors = ["ZomboDB, LLC <[email protected]>"]
license = "MIT"
description = "Generated Rust bindings for Postgres internals, for use with 'pgx'"
Expand Down Expand Up @@ -29,14 +29,14 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
memoffset = "0.6.5"
once_cell = "1.10.0"
pgx-macros = { path = "../pgx-macros/", version = "0.4.2" }
pgx-macros = { path = "../pgx-macros/", version = "0.4.3" }

[build-dependencies]
bindgen = { version = "0.59.2", default-features = false, features = ["runtime"] }
build-deps = "0.1.4"
owo-colors = "3.3.0"
num_cpus = "1.13.1"
pgx-utils = { path = "../pgx-utils/", version = "0.4.2" }
pgx-utils = { path = "../pgx-utils/", version = "0.4.3" }
proc-macro2 = "1.0.37"
quote = "1.0.18"
rayon = "1.5.2"
Expand Down
Loading

0 comments on commit 7738eb4

Please sign in to comment.