summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-03-23 22:14:18 +0100
committerHenry <mail@henrygressmann.de>2026-03-23 22:14:18 +0100
commit9438505b0e4863984c0ea12637019e512530eece (patch)
tree235e1e507662571e1e125b1f35d53586cb9ba884 /Cargo.lock
parent02a5650a7eda96d08924ec3617d60730e920c467 (diff)
chore: re-use stack allocations
Signed-off-by: Henry <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2271ac2..0c04154 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -21,6 +21,12 @@ dependencies = [
]
[[package]]
+name = "allocator-api2"
+version = "0.4.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c880a97d28a3681c0267bd29cff89621202715b065127cd445fa0f0fe0aa2880"
+
+[[package]]
name = "anes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -646,6 +652,7 @@ dependencies = [
name = "tinywasm"
version = "0.9.0-alpha.0"
dependencies = [
+ "allocator-api2",
"criterion",
"eyre",
"indexmap",