Skip to content

Commit f1db5d1

Browse files
committed
v0.5.7
1 parent e69c788 commit f1db5d1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fixedbitset"
3-
version = "0.5.6"
3+
version = "0.5.7"
44
authors = ["bluss"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Please read the [API documentation here](https://docs.rs/fixedbitset/)
1010

1111
# Recent Changes
1212

13+
- 0.5.7
14+
- [#127](https://github.com/petgraph/fixedbitset/pull/127) and [#128](https://github.com/petgraph/fixedbitset/pull/128): Optimize `Clone::clone_from` to avoid
15+
extra allocations and copies.
1316
- 0.5.6
1417
- Fixed FixedBitset not implementing Send/Sync due to the stack size shrink.
1518
- 0.5.5 (yanked)

0 commit comments

Comments
 (0)