Skip to content

Commit

Permalink
release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrraymond committed Jan 1, 2022
1 parent dbe18ca commit 72bd94d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fixedbitset"
version = "0.4.0"
version = "0.4.1"
authors = ["bluss"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Please read the [API documentation here](https://docs.rs/fixedbitset/)

# Recent Changes

- 0.4.1
- Documentation and formatting fixes.
- 0.4.0
- [#61](https://github.com/petgraph/fixedbitset/pull/61): Require
Rust 1.39.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
//!
//! This version of fixedbitset requires Rust 1.39 or later.
//!
#![doc(html_root_url = "https://docs.rs/fixedbitset/0.4.0/")]
#![doc(html_root_url = "https://docs.rs/fixedbitset/0.4.1/")]
#![cfg_attr(not(feature = "std"), no_std)]

#[cfg(not(feature = "std"))]
Expand Down

0 comments on commit 72bd94d

Please sign in to comment.