From 14d420d06370a842da719aa21487118d2716ccf0 Mon Sep 17 00:00:00 2001 From: Feng Ruohang Date: Mon, 27 Oct 2025 14:07:23 +0800 Subject: [PATCH] bump pgrx to 0.16.1 with pg18 support --- Cargo.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6a0e55a..0ef74bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,15 +14,14 @@ pg14 = ["pgrx/pg14"] pg15 = ["pgrx/pg15"] pg16 = ["pgrx/pg16"] pg17 = ["pgrx/pg17"] +pg18 = ["pgrx/pg18"] pg_test = [] [dependencies] -pgrx = "0.14.1" -pgrx-macros = "=0.14.1" - +pgrx = "0.16.1" [dev-dependencies] -pgrx-tests = "0.14.1" +pgrx-tests = "0.16.1" [profile.dev]