Skip to content

Commit

Permalink
bump version to 0.2.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Oct 27, 2021
1 parent 64ea7c2 commit 7e420be
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 35 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgx-parent"
version = "0.2.0-beta.3"
version = "0.2.0-beta.4"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -50,8 +50,8 @@ no-default-features = true
rustc-args = ["--cfg", "docsrs"]

[dependencies]
cargo-pgx = { path = "cargo-pgx", version = "0.2.0-beta.3" }
pgx = { path = "pgx", version = "0.2.0-beta.3", default-features = false }
pgx-macros = { path = "pgx-macros", version = "0.2.0-beta.3" }
pgx-pg-sys = { path = "pgx-pg-sys", version = "0.2.0-beta.3", default-features = false }
pgx-tests = { path = "pgx-tests", version = "0.2.0-beta.3", default-features = false }
cargo-pgx = { path = "cargo-pgx", version = "0.2.0-beta.4" }
pgx = { path = "pgx", version = "0.2.0-beta.4", default-features = false }
pgx-macros = { path = "pgx-macros", version = "0.2.0-beta.4" }
pgx-pg-sys = { path = "pgx-pg-sys", version = "0.2.0-beta.4", default-features = false }
pgx-tests = { path = "pgx-tests", version = "0.2.0-beta.4", default-features = false }
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.2.0-beta.3"
version = "0.2.0-beta.4"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -19,7 +19,7 @@ clap = { version = "2.33.3", features = [ "yaml" ] }
colored = "2.0.0"
env_proxy = "0.4.1"
num_cpus = "1.13.0"
pgx-utils = { path = "../pgx-utils", version = "0.2.0-beta.3" }
pgx-utils = { path = "../pgx-utils", version = "0.2.0-beta.4" }
proc-macro2 = { version = "1.0.32", features = [ "span-locations" ] }
quote = "1.0.10"
rayon = "1.5.1"
Expand Down
6 changes: 3 additions & 3 deletions cargo-pgx/src/templates/cargo_toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ pg14 = ["pgx/pg14", "pgx-tests/pg14" ]
pg_test = []

[dependencies]
pgx = "0.2.0-beta.2"
pgx-macros = "0.2.0-beta.2"
pgx = "0.2.0-beta.4"
pgx-macros = "0.2.0-beta.4"

[dev-dependencies]
pgx-tests = "0.2.0-beta.2"
pgx-tests = "0.2.0-beta.4"

[profile.dev]
panic = "unwind"
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.2.0-beta.3"
version = "0.2.0-beta.4"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -18,7 +18,7 @@ proc-macro = true
rustc-args = ["--cfg", "docsrs"]

[dependencies]
pgx-utils = { path = "../pgx-utils", version = "0.2.0-beta.3" }
pgx-utils = { path = "../pgx-utils", version = "0.2.0-beta.4" }
proc-macro2 = "1.0.32"
quote = "1.0.10"
syn = { version = "1.0.81", features = [ "extra-traits", "full", "fold", "parsing" ] }
Expand Down
4 changes: 2 additions & 2 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.2.0-beta.3"
version = "0.2.0-beta.4"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -28,7 +28,7 @@ rustc-args = ["--cfg", "docsrs"]
[dependencies]
memoffset = "0.6.4"
once_cell = "1.8.0"
pgx-macros = { path = "../pgx-macros/", version = "0.2.0-beta.3" }
pgx-macros = { path = "../pgx-macros/", version = "0.2.0-beta.4" }

[build-dependencies]
bindgen = "0.59.1"
Expand Down
8 changes: 4 additions & 4 deletions pgx-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgx-tests"
version = "0.2.0-beta.3"
version = "0.2.0-beta.4"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -30,9 +30,9 @@ no-default-features = true
colored = "2.0.0"
lazy_static = "1.4.0"
libc = "0.2.105"
pgx = { path = "../pgx", default-features = false, version= "0.2.0-beta.3" }
pgx-macros = { path = "../pgx-macros", version= "0.2.0-beta.3" }
pgx-utils = { path = "../pgx-utils", version= "0.2.0-beta.3" }
pgx = { path = "../pgx", default-features = false, version= "0.2.0-beta.4" }
pgx-macros = { path = "../pgx-macros", version= "0.2.0-beta.4" }
pgx-utils = { path = "../pgx-utils", version= "0.2.0-beta.4" }
postgres = "0.19.2"
regex = "1.5.4"
serde = "1.0.130"
Expand Down
2 changes: 1 addition & 1 deletion pgx-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgx-utils"
version = "0.2.0-beta.3"
version = "0.2.0-beta.4"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
8 changes: 4 additions & 4 deletions pgx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgx"
version = "0.2.0-beta.3"
version = "0.2.0-beta.4"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -33,9 +33,9 @@ rustc-args = ["--cfg", "docsrs"]
enum-primitive-derive = "0.2.1"
num-traits = "0.2.14"
seahash = "4.1.0"
pgx-macros = { path = "../pgx-macros/", version = "0.2.0-beta.3" }
pgx-pg-sys = { path = "../pgx-pg-sys", version = "0.2.0-beta.3" }
pgx-utils = { path = "../pgx-utils/", version = "0.2.0-beta.3" }
pgx-macros = { path = "../pgx-macros/", version = "0.2.0-beta.4" }
pgx-pg-sys = { path = "../pgx-pg-sys", version = "0.2.0-beta.4" }
pgx-utils = { path = "../pgx-utils/", version = "0.2.0-beta.4" }
serde = { version = "1.0.130", features = [ "derive" ] }
serde_cbor = "0.11.2"
serde_json = "1.0.68"
Expand Down

0 comments on commit 7e420be

Please sign in to comment.