Skip to content

Commit 670aaa7

Browse files
authored
0.6.0 alpha.2 prep (#879)
* upgrade dependencies * update version to 0.6.0-alpha.2
1 parent f38c3a9 commit 670aaa7

File tree

15 files changed

+65625
-58874
lines changed

15 files changed

+65625
-58874
lines changed

Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-pgx/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-pgx"
3-
version = "0.6.0-alpha.1"
3+
version = "0.6.0-alpha.2"
44
authors = ["ZomboDB, LLC <[email protected]>"]
55
license = "MIT"
66
description = "Cargo subcommand for 'pgx' to make Postgres extension development easy"
@@ -17,14 +17,14 @@ edition = "2021"
1717
atty = "0.2.14"
1818
cargo_metadata = "0.15.1"
1919
cargo_toml = "0.11.8"
20-
clap = { version = "4.0.25", features = [ "env", "suggestions", "cargo", "derive" ] }
20+
clap = { version = "4.0.26", features = [ "env", "suggestions", "cargo", "derive" ] }
2121
clap-cargo = { version = "0.10.0", features = [ "cargo_metadata" ] }
2222
semver = "1.0.14"
2323
owo-colors = { version = "3.5.0", features = [ "supports-colors" ] }
2424
env_proxy = "0.4.1"
2525
num_cpus = "1.14.0"
26-
pgx-pg-config = { path = "../pgx-pg-config", version = "=0.6.0-alpha.1" }
27-
pgx-utils = { path = "../pgx-utils", version = "=0.6.0-alpha.1", features = ["syntax-highlighting"] }
26+
pgx-pg-config = { path = "../pgx-pg-config", version = "=0.6.0-alpha.2" }
27+
pgx-utils = { path = "../pgx-utils", version = "=0.6.0-alpha.2", features = ["syntax-highlighting"] }
2828
prettyplease = "0.1.21"
2929
proc-macro2 = { version = "1.0.47", features = [ "span-locations" ] }
3030
quote = "1.0.21"

cargo-pgx/src/templates/cargo_toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ pg15 = ["pgx/pg15", "pgx-tests/pg15" ]
1616
pg_test = []
1717

1818
[dependencies]
19-
pgx = "=0.6.0-alpha.1"
19+
pgx = "=0.6.0-alpha.2"
2020

2121
[dev-dependencies]
22-
pgx-tests = "=0.6.0-alpha.1"
22+
pgx-tests = "=0.6.0-alpha.2"
2323

2424
[profile.dev]
2525
panic = "unwind"

nix/templates/default/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ pg15 = ["pgx/pg15", "pgx-tests/pg15" ]
1616
pg_test = []
1717

1818
[dependencies]
19-
pgx = "=0.6.0-alpha.1"
20-
pgx-macros = "=0.6.0-alpha.1"
21-
pgx-utils = "=0.6.0-alpha.1"
19+
pgx = "=0.6.0-alpha.2"
20+
pgx-macros = "=0.6.0-alpha.2"
21+
pgx-utils = "=0.6.0-alpha.2"
2222

2323

2424
[dev-dependencies]
25-
pgx-tests = "=0.6.0-alpha.1"
25+
pgx-tests = "=0.6.0-alpha.2"
2626
tempfile = "3.2.0"
2727
once_cell = "1.7.2"
2828

pgx-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgx-macros"
3-
version = "0.6.0-alpha.1"
3+
version = "0.6.0-alpha.2"
44
authors = ["ZomboDB, LLC <[email protected]>"]
55
license = "MIT"
66
description = "Proc Macros for 'pgx'"
@@ -18,7 +18,7 @@ proc-macro = true
1818
rustc-args = ["--cfg", "docsrs"]
1919

2020
[dependencies]
21-
pgx-utils = { path = "../pgx-utils", version = "=0.6.0-alpha.1" }
21+
pgx-utils = { path = "../pgx-utils", version = "=0.6.0-alpha.2" }
2222
proc-macro2 = "1.0.47"
2323
quote = "1.0.21"
2424
syn = { version = "1.0.103", features = [ "extra-traits", "full", "fold", "parsing" ] }

pgx-pg-config/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgx-pg-config"
3-
version = "0.6.0-alpha.1"
3+
version = "0.6.0-alpha.2"
44
authors = ["ZomboDB, LLC <[email protected]>"]
55
license = "MIT"
66
description = "A Postgres pg_config wrapper for 'pgx'"
@@ -18,6 +18,6 @@ eyre = "0.6.8"
1818
owo-colors = "3.5.0"
1919
serde = { version = "1.0.147", features = [ "derive" ] }
2020
serde_derive = "1.0.147"
21-
serde_json = "1.0.87"
21+
serde_json = "1.0.88"
2222
toml = "0.5.9"
2323
url = "2.3.1"

pgx-pg-sys/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgx-pg-sys"
3-
version = "0.6.0-alpha.1"
3+
version = "0.6.0-alpha.2"
44
authors = ["ZomboDB, LLC <[email protected]>"]
55
license = "MIT"
66
description = "Generated Rust bindings for Postgres internals, for use with 'pgx'"
@@ -30,16 +30,16 @@ rustdoc-args = ["--cfg", "docsrs"]
3030
[dependencies]
3131
memoffset = "0.6.5"
3232
once_cell = "1.16.0"
33-
pgx-macros = { path = "../pgx-macros/", version = "=0.6.0-alpha.1" }
34-
pgx-utils = { path = "../pgx-utils/", version = "=0.6.0-alpha.1" }
33+
pgx-macros = { path = "../pgx-macros/", version = "=0.6.0-alpha.2" }
34+
pgx-utils = { path = "../pgx-utils/", version = "=0.6.0-alpha.2" }
3535
# polyfill until #![feature(strict_provenance)] stabilizes
3636
sptr = "0.3"
3737
libc = "0.2"
3838

3939
[build-dependencies]
4040
bindgen = { version = "0.60.1", default-features = false, features = ["runtime"] }
41-
pgx-pg-config= { path = "../pgx-pg-config/", version = "=0.6.0-alpha.1" }
42-
pgx-utils = { path = "../pgx-utils/", version = "=0.6.0-alpha.1" }
41+
pgx-pg-config= { path = "../pgx-pg-config/", version = "=0.6.0-alpha.2" }
42+
pgx-utils = { path = "../pgx-utils/", version = "=0.6.0-alpha.2" }
4343
proc-macro2 = "1.0.47"
4444
quote = "1.0.21"
4545
rayon = "1.5.3"

0 commit comments

Comments
 (0)