Skip to content

Commit

Permalink
v0.5.3 release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Gankra committed Jul 23, 2022
1 parent f3cab77 commit 6ecf66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bit-set"
version = "0.5.2"
version = "0.5.3"
authors = ["Alexis Beingessner <[email protected]>"]
license = "MIT/Apache-2.0"
description = "A set of bits"
Expand Down

0 comments on commit 6ecf66b

Please sign in to comment.