From 3340b319ca080dd1743de94f593c5bde11d77067 Mon Sep 17 00:00:00 2001 From: Ivan Akimov Date: Fri, 20 Dec 2024 21:15:52 -0600 Subject: [PATCH] ga build --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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" ]