Skip to content

Commit 6ecf66b

Browse files
committed
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.
1 parent f3cab77 commit 6ecf66b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bit-set"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
authors = ["Alexis Beingessner <a.beingessner@gmail.com>"]
55
license = "MIT/Apache-2.0"
66
description = "A set of bits"

0 commit comments

Comments
 (0)