Skip to content

Commit 895fd54

Browse files
authored
prepare-v1.2.0 (#336)
1 parent cf76442 commit 895fd54

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

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

doc/src/config-pg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ compiling user functions. This typically should not need to be manually set.
6969

7070

7171
```bash
72-
plrust.trusted_pgrx_version = '1.1.3'
72+
plrust.trusted_pgrx_version = '1.2.0'
7373
```
7474

7575

plrust-trusted-pgrx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plrust-trusted-pgrx"
3-
version = "1.1.3"
3+
version = "1.2.0"
44
authors = ["TCDI <opensource@tcdi.com>"]
55
edition = "2021"
66
license = "PostgreSQL"

plrust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plrust"
3-
version = "1.1.3"
3+
version = "1.2.0"
44
authors = ["TCDI <opensource@tcdi.com>"]
55
edition = "2021"
66
license = "PostgreSQL Open Source License"

plrustc/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plrustc/plrustc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plrustc"
3-
version = "1.1.3"
3+
version = "1.2.0"
44
edition = "2021"
55
description = "`rustc_driver` wrapper for plrust"
66
license = "PostgreSQL"

0 commit comments

Comments
 (0)