From 9c69f5967b16a42c0f4508a4d6a1f99680b3876e Mon Sep 17 00:00:00 2001 From: farmer_timmm <63073761+Ttimmahlax@users.noreply.github.com> Date: Fri, 28 Aug 2026 09:54:50 -0700 Subject: [PATCH] bump rusty_alloc-api to =1.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cdf0e21..f75618b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ categories = ["multimedia::images", "multimedia"] [dev-dependencies] # global allocator for bench/example roots (project convention) -rusty_alloc-api = "=1.1.4" +rusty_alloc-api = "=1.1.6"