From aa52820bdd47cc612c5f4859d7745d6cc7e51ce6 Mon Sep 17 00:00:00 2001 From: Yao Yue Date: Tue, 13 Jan 2026 11:07:28 -0800 Subject: [PATCH] bump revision number after fixing out-of-bound panic --- histogram/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/histogram/Cargo.toml b/histogram/Cargo.toml index fbb06e4..8b9fa03 100644 --- a/histogram/Cargo.toml +++ b/histogram/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "histogram" -version = "0.11.3" +version = "0.11.4" edition = "2021" authors = ["Brian Martin "] license = "MIT OR Apache-2.0"