Skip to content

Commit 14d420d

Browse files
committed
bump pgrx to 0.16.1 with pg18 support
1 parent 453a5f1 commit 14d420d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ pg14 = ["pgrx/pg14"]
1414
pg15 = ["pgrx/pg15"]
1515
pg16 = ["pgrx/pg16"]
1616
pg17 = ["pgrx/pg17"]
17+
pg18 = ["pgrx/pg18"]
1718
pg_test = []
1819

1920
[dependencies]
20-
pgrx = "0.14.1"
21-
pgrx-macros = "=0.14.1"
22-
21+
pgrx = "0.16.1"
2322

2423
[dev-dependencies]
25-
pgrx-tests = "0.14.1"
24+
pgrx-tests = "0.16.1"
2625

2726

2827
[profile.dev]

0 commit comments

Comments
 (0)