File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " fixedbitset"
3- version = " 0.4.0 "
3+ version = " 0.4.1 "
44authors = [" bluss" ]
55license = " MIT/Apache-2.0"
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Please read the [API documentation here](https://docs.rs/fixedbitset/)
1010
1111# Recent Changes
1212
13+ - 0.4.1
14+ - Documentation and formatting fixes.
1315- 0.4.0
1416 - [ #61 ] ( https://github.com/petgraph/fixedbitset/pull/61 ) : Require
1517 Rust 1.39.
Original file line number Diff line number Diff line change 1111//!
1212//! This version of fixedbitset requires Rust 1.39 or later.
1313//!
14- #![ doc( html_root_url = "https://docs.rs/fixedbitset/0.4.0 /" ) ]
14+ #![ doc( html_root_url = "https://docs.rs/fixedbitset/0.4.1 /" ) ]
1515#![ cfg_attr( not( feature = "std" ) , no_std) ]
1616
1717#[ cfg( not( feature = "std" ) ) ]
You can’t perform that action at this time.
0 commit comments