Skip to content

Commit b8392e7

Browse files
Prepare pgrx 0.12.0-beta.1 (#1760)
1 parent 30e5965 commit b8392e7

File tree

10 files changed

+21
-21
lines changed

10 files changed

+21
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ members = [
5151
cargo-pgrx = { path = "cargo-pgrx" }
5252

5353
[workspace.dependencies]
54-
pgrx-macros = { path = "./pgrx-macros", version = "=0.12.0-beta.0" }
55-
pgrx-pg-sys = { path = "./pgrx-pg-sys", version = "=0.12.0-beta.0" }
56-
pgrx-sql-entity-graph = { path = "./pgrx-sql-entity-graph", version = "=0.12.0-beta.0" }
57-
pgrx-pg-config = { path = "./pgrx-pg-config", version = "=0.12.0-beta.0" }
54+
pgrx-macros = { path = "./pgrx-macros", version = "=0.12.0-beta.1" }
55+
pgrx-pg-sys = { path = "./pgrx-pg-sys", version = "=0.12.0-beta.1" }
56+
pgrx-sql-entity-graph = { path = "./pgrx-sql-entity-graph", version = "=0.12.0-beta.1" }
57+
pgrx-pg-config = { path = "./pgrx-pg-config", version = "=0.12.0-beta.1" }
5858

5959
cargo_metadata = "0.18.0"
6060
cargo-edit = "0.12.2" # format-preserving edits to cargo.toml

cargo-pgrx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[package]
1212
name = "cargo-pgrx"
13-
version = "0.12.0-beta.0"
13+
version = "0.12.0-beta.1"
1414
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
1515
license = "MIT"
1616
description = "Cargo subcommand for 'pgrx' to make Postgres extension development easy"

cargo-pgrx/src/templates/cargo_toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ pg16 = ["pgrx/pg16", "pgrx-tests/pg16" ]
2020
pg_test = []
2121

2222
[dependencies]
23-
pgrx = "=0.12.0-beta.0"
23+
pgrx = "=0.12.0-beta.1"
2424

2525
[dev-dependencies]
26-
pgrx-tests = "=0.12.0-beta.0"
26+
pgrx-tests = "=0.12.0-beta.1"
2727

2828
[profile.dev]
2929
panic = "unwind"

pgrx-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[package]
1212
name = "pgrx-macros"
13-
version = "0.12.0-beta.0"
13+
version = "0.12.0-beta.1"
1414
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
1515
license = "MIT"
1616
description = "Proc Macros for 'pgrx'"

pgrx-pg-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[package]
1212
name = "pgrx-pg-config"
13-
version = "0.12.0-beta.0"
13+
version = "0.12.0-beta.1"
1414
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
1515
license = "MIT"
1616
description = "A Postgres pg_config wrapper for 'pgrx'"

pgrx-pg-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[package]
1212
name = "pgrx-pg-sys"
13-
version = "0.12.0-beta.0"
13+
version = "0.12.0-beta.1"
1414
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
1515
license = "MIT"
1616
description = "Generated Rust bindings for Postgres internals, for use with 'pgrx'"

pgrx-sql-entity-graph/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[package]
1212
name = "pgrx-sql-entity-graph"
13-
version = "0.12.0-beta.0"
13+
version = "0.12.0-beta.1"
1414
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
1515
license = "MIT"
1616
description = "Sql Entity Graph for `pgrx`"

pgrx-tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[package]
1212
name = "pgrx-tests"
13-
version = "0.12.0-beta.0"
13+
version = "0.12.0-beta.1"
1414
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
1515
license = "MIT"
1616
description = "Test framework for 'pgrx'-based Postgres extensions"
@@ -71,7 +71,7 @@ rand = "0.8.5"
7171
[dependencies.pgrx] # Not unified in workspace due to default-features key
7272
path = "../pgrx"
7373
default-features = false
74-
version = "=0.12.0-beta.0"
74+
version = "=0.12.0-beta.1"
7575

7676
[dev-dependencies]
7777
eyre.workspace = true # testing functions that return `eyre::Result`

pgrx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[package]
1212
name = "pgrx"
13-
version = "0.12.0-beta.0"
13+
version = "0.12.0-beta.1"
1414
authors = ["PgCentral Foundation, Inc. <contact@pgcentral.org>"]
1515
license = "MIT"
1616
description = "pgrx: A Rust framework for creating Postgres extensions"

0 commit comments

Comments
 (0)