]> git.lizzy.rs Git - bit-set.git/commitdiff
v0.5.3 release
authorAria Beingessner <a.beingessner@gmail.com>
Sat, 23 Jul 2022 00:33:00 +0000 (20:33 -0400)
committerAria Beingessner <a.beingessner@gmail.com>
Sat, 23 Jul 2022 00:33:23 +0000 (20:33 -0400)
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

index 598b839218885de755e5f2444ce88c4da9c73cb9..f200cbedb9d4ec563f049dc13c4fbae9fd9474a0 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bit-set"
-version = "0.5.2"
+version = "0.5.3"
 authors = ["Alexis Beingessner <a.beingessner@gmail.com>"]
 license = "MIT/Apache-2.0"
 description = "A set of bits"