From d5e3c6562dc4a6fbdf2d7219b1e457512fce2bb6 Mon Sep 17 00:00:00 2001 From: farmer_timmm <63073761+Ttimmahlax@users.noreply.github.com> Date: Sat, 19 Sep 2026 21:06:03 -0700 Subject: [PATCH] bump rusty_alloc-api to =2.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d7d931..b2747b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,4 +48,4 @@ claxon = "0.4" # Project convention: every encoder-carrying bench/example runs under # rusty_alloc (what ships) — a bench under the system allocator is not # comparable. -rusty_alloc-api = "=1.1.6" +rusty_alloc-api = "=2.2.0"