From fe6a0eeefa3c5d8da237e630d7990b4caa436eda Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Thu, 5 Jun 2025 08:06:58 +0100 Subject: [PATCH] Update to typed-arena v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dcd546d..b8ff99f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ unstable = [] [dependencies] peresil = "0.3.0" -typed-arena = "1.0" +typed-arena = "2.0"