From e0d32e83b4170d9cd3d5b9a35f2f655ed0cec75a Mon Sep 17 00:00:00 2001 From: Moritz Borcherding Date: Sun, 18 Feb 2024 17:24:04 +0100 Subject: [PATCH] bump version to 0.5.1 and update criterion dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f852b7ef..35c26a71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ruzstd" -version = "0.5.0" +version = "0.5.1" authors = ["Moritz Borcherding "] edition = "2018" license = "MIT" @@ -18,7 +18,7 @@ twox-hash = { version = "1.6", default-features = false, optional = true } derive_more = { version = "0.99", default-features = false, features = ["display", "from"] } [dev-dependencies] -criterion = "0.3" +criterion = "0.5" rand = { version = "0.8.5", features = ["small_rng"] } [features]