From 1010f64a778fa49df081151f9698e0850b3e11f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 23:43:55 +0000 Subject: [PATCH] Update Rust crate pgrx to ~0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cd602a8..301f859 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ pg15 = ["pgrx/pg15", "pgrx-tests/pg15"] pg_test = [] [dependencies] -pgrx = "~0.9.1" +pgrx = "~0.12.0" [dev-dependencies] pgrx-tests = "~0.9.1"