diff --git a/Cargo.toml b/Cargo.toml index a677cab..f48ab58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,6 @@ crate-type = ["cdylib"] [features] default = ["pg13"] -pg11 = ["pgrx/pg11", "pgrx-tests/pg11" ] pg12 = ["pgrx/pg12", "pgrx-tests/pg12" ] pg13 = ["pgrx/pg13", "pgrx-tests/pg13" ] pg14 = ["pgrx/pg14", "pgrx-tests/pg14" ]