From 9c48db2b07efb7fbed4aaa0ad94f1a947d107326 Mon Sep 17 00:00:00 2001 From: Adam Hendel <15756360+ChuckHend@users.noreply.github.com> Date: Sat, 21 Oct 2023 21:18:48 -0500 Subject: [PATCH] fix pgrx ver --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4cf2562..24b2973 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ anyhow = "1.0.72" chrono = {version = "0.4.26", features = ["serde"] } log = "0.4.19" pgmq = "0.24.0" -pgrx = ">=0.8.0" +pgrx = "0.9.8" postgres-types = "0.2.5" regex = "1.9.2" reqwest = {version = "0.11.18", features = ["json"] } @@ -33,7 +33,7 @@ tokio = {version = "1.29.1", features = ["rt-multi-thread"] } url = "2.4.0" [dev-dependencies] -pgrx-tests = ">=0.9.8" +pgrx-tests = "0.9.8" [profile.dev] panic = "unwind"