mirror of
https://github.com/girlbossceo/hardened_malloc-rs.git
synced 2025-04-29 06:09:25 -04:00
default to dynamic linking instead
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
0e3c79750a
commit
91dc4bde42
1 changed files with 2 additions and 2 deletions
|
@ -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.2+12"
|
||||
version = "0.1.3+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.2+12"
|
|||
rust-version = "1.63.0"
|
||||
|
||||
[features]
|
||||
default = ["static", "gcc", "light"]
|
||||
default = ["dynamic", "gcc", "light"]
|
||||
|
||||
## compiler
|
||||
clang = []
|
||||
|
|
Loading…
Add table
Reference in a new issue