We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c47f34 commit 3f48797Copy full SHA for 3f48797
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "bit-iter"
3
-version = "1.3.0" # remember to update html_root_url in lib.rs
+version = "1.3.1" # remember to update html_root_url in lib.rs
4
authors = ["Christian Tamblyn <[email protected]>"]
5
edition = "2018"
6
description = "Iterate forward or backwards over the positions of set bits in a word."
src/lib.rs
@@ -36,7 +36,7 @@
36
//! ```
37
38
#![no_std]
39
-#![doc(html_root_url = "https://docs.rs/bit-iter/1.3.0")]
+#![doc(html_root_url = "https://docs.rs/bit-iter/1.3.1")]
40
41
use core::iter::{ExactSizeIterator, FusedIterator};
42
0 commit comments