diff options
| author | Henry <mail@henrygressmann.de> | 2026-04-12 21:45:10 +0200 |
|---|---|---|
| committer | Henry <mail@henrygressmann.de> | 2026-04-12 21:45:10 +0200 |
| commit | ea895eebe56c71b3a880766f7b48b815cb1cb83e (patch) | |
| tree | 42a0548d77e27d6624bcbb85274aaa5b086cacc5 /examples/rust/Cargo.toml | |
| parent | f07578bf9f12d7760c768f3bb6fe0861baf27c6a (diff) | |
test: fix rust warm example build
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'examples/rust/Cargo.toml')
| -rw-r--r-- | examples/rust/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |
