From 0f8a9843520ad76290dbbffc690dbd26af77a34f Mon Sep 17 00:00:00 2001 From: tower120 Date: Wed, 20 Nov 2024 11:09:00 +0200 Subject: [PATCH] v0.2.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 06ca0cb..6bcb81e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chute" -version = "0.2.0" +version = "0.2.1" license = "MIT OR Apache-2.0" edition = "2021" exclude = ["benchmarks", "doc"] @@ -16,7 +16,7 @@ branch_hints = "0.4" criterion = { version = "0.5", features = ["html_reports"] } itertools = "0.13" rand = "0.8" -spin = "0.9.8" +spin = "0.9" arrayvec = "0.7" [[bench]]