From 6ecf66b6fd4f31c32b85842545ba3b505e74164a Mon Sep 17 00:00:00 2001 From: Aria Beingessner Date: Fri, 22 Jul 2022 20:33:00 -0400 Subject: [PATCH] v0.5.3 release fixes a bug where shrink_to_fit didn't actually do a shrink, and also would panic if it would empty out the collection. no UB, just wrong. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 598b839..f200cbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bit-set" -version = "0.5.2" +version = "0.5.3" authors = ["Alexis Beingessner "] license = "MIT/Apache-2.0" description = "A set of bits" -- 2.44.0