Skip to content

Commit 07bec8d

Browse files
authored
bump version to v1.2.2 (#345)
1 parent 79d11d1 commit 07bec8d

File tree

6 files changed

+71
-91
lines changed

6 files changed

+71
-91
lines changed

Cargo.lock

Lines changed: 50 additions & 67 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.2.1'
72+
plrust.trusted_pgrx_version = '1.2.2'
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.2.1"
3+
version = "1.2.2"
44
authors = ["TCDI <[email protected]>"]
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.2.1"
3+
version = "1.2.2"
44
authors = ["TCDI <[email protected]>"]
55
edition = "2021"
66
license = "PostgreSQL Open Source License"

0 commit comments

Comments
 (0)