From 07ec5a10ec1b09c883d548f692c694f7b6d3de17 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sat, 16 Mar 2024 17:49:24 +0800 Subject: [PATCH] version 0.6.0 --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6441ddd..36d2f88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,14 +1,11 @@ [package] +name = "criterion2" +version = "0.6.0" # When bumping: * Update version numbers in the book; authors = [ "Boshen ", "Jorge Aparicio ", "Brook Heisler ", ] -name = "criterion2" -# When bumping: -# -# * Update version numbers in the book; -version = "0.5.1" edition = "2021" description = "Statistics-driven micro-benchmarking library"