Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
117 changes: 50 additions & 67 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/src/config-pg.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ compiling user functions. This typically should not need to be manually set.


```bash
plrust.trusted_pgrx_version = '1.2.1'
plrust.trusted_pgrx_version = '1.2.2'
```


Expand Down
2 changes: 1 addition & 1 deletion plrust-trusted-pgrx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plrust-trusted-pgrx"
version = "1.2.1"
version = "1.2.2"
authors = ["TCDI <[email protected]>"]
edition = "2021"
license = "PostgreSQL"
Expand Down
2 changes: 1 addition & 1 deletion plrust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plrust"
version = "1.2.1"
version = "1.2.2"
authors = ["TCDI <[email protected]>"]
edition = "2021"
license = "PostgreSQL Open Source License"
Expand Down
Loading