use hardened_malloc by default only on supported targets

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-10 16:43:57 -04:00 committed by June
parent ff0d4c98ee
commit f6e9c106aa
2 changed files with 9 additions and 2 deletions

2
Cargo.lock generated
View file

@ -970,6 +970,8 @@ dependencies = [
[[package]]
name = "hardened_malloc-rs"
version = "0.1.0+12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c6924b51567f632a42bd894f3c568d7141680751ea899da1a665cbc3568593e"
[[package]]
name = "hashbrown"