From e5954e02b5cf336a2efcbaed8cd025934397ea26 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Mon, 5 Aug 2024 12:29:55 -0400 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 89aff658..e2192d4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crossbeam = "0.8" dashmap = "6" hashlink = "0.9" indexmap = "2" -append-only-vec = "0.1" +append-only-vec = "0.1.5" tracing = "0.1" parking_lot = "0.12" rustc-hash = "2"