From ed75f8450ea51b27976cf35d3af5f193dc5d53f4 Mon Sep 17 00:00:00 2001 From: felstead Date: Thu, 26 Jun 2025 10:59:55 -0700 Subject: [PATCH 1/2] Bump version to 0.15.12 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a7806d8..01ebd58a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "console" description = "A terminal and console abstraction for Rust" -version = "0.15.11" +version = "0.15.12" keywords = ["cli", "terminal", "colors", "console", "ansi"] authors = ["Armin Ronacher "] license = "MIT" @@ -37,6 +37,7 @@ features = [ ] [dev-dependencies] +criterion = "0.5.1" # Pick a setup for proptest that works with wasi proptest = { version = "1.0.0", default-features = false, features = [ "std", From 5ebbdccaddc32f7b49e9f0beeffef43d9b793ab0 Mon Sep 17 00:00:00 2001 From: felstead Date: Thu, 26 Jun 2025 11:34:29 -0700 Subject: [PATCH 2/2] Remove criterion from dev-dependenices --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01ebd58a..251856b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,6 @@ features = [ ] [dev-dependencies] -criterion = "0.5.1" # Pick a setup for proptest that works with wasi proptest = { version = "1.0.0", default-features = false, features = [ "std",