From 728eca54836bb3743a11f2708dffda2057cc1d8a Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 7 Jul 2024 13:30:27 -0400 Subject: [PATCH] Revert "default to dynamic linking instead" This reverts commit 91dc4bde4266be415f4267e4718a42a25e051b82. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0baad39..9c847c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ categories = ["api-bindings", "memory-management"] readme = "README.md" # everything after the '+' is the latest GrapheneOS hardened_malloc repo tag -version = "0.1.3+12" +version = "0.1.2+12" # https://github.com/GrapheneOS/hardened_malloc?tab=readme-ov-file#dependencies # Debian stable (currently Debian 12) determines the most ancient set of supported dependencies @@ -19,7 +19,7 @@ version = "0.1.3+12" rust-version = "1.63.0" [features] -default = ["dynamic", "gcc", "light"] +default = ["static", "gcc", "light"] ## compiler clang = []