extensions/crypto: Fix mimalloc version

This commit is contained in:
Pekka Enberg 2025-02-18 20:05:10 +02:00
parent 9973c22137
commit 45a015f5c2

View file

@ -22,4 +22,4 @@ ring = "0.17.8"
urlencoding = "2.1.3"
[target.'cfg(not(target_family = "wasm"))'.dependencies]
mimalloc = { version = "*", default-features = false }
mimalloc = { version = "0.1", default-features = false }