diff --git a/Cargo.toml b/Cargo.toml index cd602a8..fbc0742 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.11.0" [dev-dependencies] pgrx-tests = "~0.9.1"