Skip to content

Commit

Permalink
prepare v1.1.2 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed May 9, 2023
1 parent b821159 commit 528d303
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 41 deletions.
52 changes: 26 additions & 26 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 @@ -80,7 +80,7 @@ compiling user functions. This typically should not need to be manually set.


```bash
plrust.trusted_pgrx_version = '1.1.1'
plrust.trusted_pgrx_version = '1.1.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.1.1"
version = "1.1.2"
authors = ["TCDI <opensource@tcdi.com>"]
edition = "2021"
license = "PostgreSQL"
Expand Down
4 changes: 2 additions & 2 deletions plrust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plrust"
version = "1.1.1"
version = "1.1.2"
authors = ["TCDI <opensource@tcdi.com>"]
edition = "2021"
license = "PostgreSQL Open Source License"
Expand Down Expand Up @@ -35,7 +35,7 @@ home = "0.5.5" # where can we find cargo?
# working with our entry in pg_catalog.pg_proc
base64 = "0.21.0"
flate2 = "1.0.26"
serde = "1.0.160"
serde = "1.0.162"
serde_json = "1.0.96"

# pgrx core details
Expand Down
18 changes: 9 additions & 9 deletions plrustc/Cargo.lock

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

4 changes: 2 additions & 2 deletions plrustc/plrustc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "plrustc"
version = "1.1.1"
version = "1.1.2"
edition = "2021"
description = "`rustc_driver` wrapper for plrust"
license = "PostgreSQL"
Expand All @@ -9,7 +9,7 @@ homepage = "https://github.com/tcdi/plrust/"
repository = "https://github.com/tcdi/plrust/"

[dependencies]
libc = "0.2.142"
libc = "0.2.144"
once_cell = "1.17.1"

[dev-dependencies]
Expand Down

0 comments on commit 528d303

Please sign in to comment.