Skip to content

Commit 528d303

Browse files
authored
prepare v1.1.2 (#303)
1 parent b821159 commit 528d303

File tree

6 files changed

+41
-41
lines changed

6 files changed

+41
-41
lines changed

Cargo.lock

Lines changed: 26 additions & 26 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
@@ -80,7 +80,7 @@ compiling user functions. This typically should not need to be manually set.
8080

8181

8282
```bash
83-
plrust.trusted_pgrx_version = '1.1.1'
83+
plrust.trusted_pgrx_version = '1.1.2'
8484
```
8585

8686

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.1"
3+
version = "1.1.2"
44
authors = ["TCDI <opensource@tcdi.com>"]
55
edition = "2021"
66
license = "PostgreSQL"

plrust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plrust"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
authors = ["TCDI <opensource@tcdi.com>"]
55
edition = "2021"
66
license = "PostgreSQL Open Source License"
@@ -35,7 +35,7 @@ home = "0.5.5" # where can we find cargo?
3535
# working with our entry in pg_catalog.pg_proc
3636
base64 = "0.21.0"
3737
flate2 = "1.0.26"
38-
serde = "1.0.160"
38+
serde = "1.0.162"
3939
serde_json = "1.0.96"
4040

4141
# pgrx core details

plrustc/Cargo.lock

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

plrustc/plrustc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plrustc"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
edition = "2021"
55
description = "`rustc_driver` wrapper for plrust"
66
license = "PostgreSQL"
@@ -9,7 +9,7 @@ homepage = "https://github.com/tcdi/plrust/"
99
repository = "https://github.com/tcdi/plrust/"
1010

1111
[dependencies]
12-
libc = "0.2.142"
12+
libc = "0.2.144"
1313
once_cell = "1.17.1"
1414

1515
[dev-dependencies]

0 commit comments

Comments
 (0)