From ea895eebe56c71b3a880766f7b48b815cb1cb83e Mon Sep 17 00:00:00 2001 From: Henry Date: Sun, 12 Apr 2026 21:45:10 +0200 Subject: test: fix rust warm example build Signed-off-by: Henry --- examples/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/rust/Cargo.toml') diff --git a/examples/rust/Cargo.toml b/examples/rust/Cargo.toml index 6bf8a8f..73aa815 100644 --- a/examples/rust/Cargo.toml +++ b/examples/rust/Cargo.toml @@ -12,7 +12,7 @@ edition="2021" [dependencies] tinywasm={path="../../crates/tinywasm", default-features=false, features=["parser", "archive"]} argon2={version="0.5"} -lol_alloc="0.4.1" +dlmalloc={version="0.2", features=["global"]} [features] default=["std"] -- cgit v1.3.1