Skip to content

Commit

Permalink
bump version to 0.0.11 -- final changes for docs.rs building
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Aug 4, 2020
1 parent d79adbf commit c3c405d
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgx-parent"
version = "0.0.10"
version = "0.0.11"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
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.0.10"
version = "0.0.11"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -16,7 +16,7 @@ colored = "2.0.0"
env_proxy = "0.4.1"
exec = "0.3.1"
num_cpus = "1.13.0"
pgx-utils = { path = "../pgx-utils", version = "^0.0.10"}
pgx-utils = { path = "../pgx-utils", version = "^0.0.11"}
proc-macro2 = { version = "1.0.19", features = [ "span-locations" ] }
quote = "1.0.7"
rayon = "1.3.1"
Expand Down
2 changes: 1 addition & 1 deletion cargo-pgx/src/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


name: "pgx's development environment tool"
version: "0.0.10"
version: "0.0.11"
about: Creates and installs pgx based Postgres extensions
subcommands:
- pgx:
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 @@ -14,11 +14,11 @@ pg12 = ["pgx/pg12"]
pg_test = []

[dependencies]
pgx = "0.0.10"
pgx-macros = "0.0.10"
pgx = "0.0.11"
pgx-macros = "0.0.11"

[dev-dependencies]
pgx-tests = "0.0.10"
pgx-tests = "0.0.11"

[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.0.10"
version = "0.0.11"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -14,7 +14,7 @@ readme = "README.md"
proc-macro = true

[dependencies]
pgx-utils = { path = "../pgx-utils", version= "^0.0.10"}
pgx-utils = { path = "../pgx-utils", version= "^0.0.11"}
proc-macro2 = "1.0.19"
quote = "1.0.7"
regex = "1.3.9"
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.0.10"
version = "0.0.11"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -23,14 +23,14 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
memoffset = "0.5.5"
pgx-macros = { path = "../pgx-macros/", version= "^0.0.10"}
pgx-macros = { path = "../pgx-macros/", version= "^0.0.11"}

[build-dependencies]
bindgen = "=0.54.0"
build-deps = "0.1.4"
colored = "2.0.0"
num_cpus = "1.13.0"
pgx-utils = { path = "../pgx-utils/", version= "^0.0.10"}
pgx-utils = { path = "../pgx-utils/", version= "^0.0.11"}
proc-macro2 = "1.0.19"
quote = "1.0.7"
rayon = "1.3.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.0.10"
version = "0.0.11"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down Expand Up @@ -28,9 +28,9 @@ no-default-features = true
colored = "2.0.0"
lazy_static = "1.4.0"
libc = "0.2.74"
pgx = { path = "../pgx", default-features = false, version= "^0.0.10"}
pgx-macros = { path = "../pgx-macros", version= "^0.0.10"}
pgx-utils = { path = "../pgx-utils", version= "^0.0.10"}
pgx = { path = "../pgx", default-features = false, version= "^0.0.11"}
pgx-macros = { path = "../pgx-macros", version= "^0.0.11"}
pgx-utils = { path = "../pgx-utils", version= "^0.0.11"}
postgres = "0.17.5"
regex = "1.3.9"
serde = "1.0.114"
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.0.10"
version = "0.0.11"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions pgx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgx"
version = "0.0.10"
version = "0.0.11"
authors = ["ZomboDB, LLC <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -27,8 +27,8 @@ no-default-features = true
enum-primitive-derive = "0.2.1"
lazy_static = "1.4.0"
num-traits = "0.2.12"
pgx-macros = { path = "../pgx-macros/", version= "^0.0.10"}
pgx-pg-sys = { path = "../pgx-pg-sys", version= "^0.0.10"}
pgx-macros = { path = "../pgx-macros/", version= "^0.0.11"}
pgx-pg-sys = { path = "../pgx-pg-sys", version= "^0.0.11"}
serde = { version = "1.0.114", features = [ "derive" ] }
serde_cbor = "0.11.1"
serde_json = "1.0.57"
Expand Down

0 comments on commit c3c405d

Please sign in to comment.