Skip to content

Commit 3f48797

Browse files
committed
Bump version to 1.3.1.
1 parent 6c47f34 commit 3f48797

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-iter"
3-
version = "1.3.0" # remember to update html_root_url in lib.rs
3+
version = "1.3.1" # remember to update html_root_url in lib.rs
44
authors = ["Christian Tamblyn <[email protected]>"]
55
edition = "2018"
66
description = "Iterate forward or backwards over the positions of set bits in a word."

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
//! ```
3737
3838
#![no_std]
39-
#![doc(html_root_url = "https://docs.rs/bit-iter/1.3.0")]
39+
#![doc(html_root_url = "https://docs.rs/bit-iter/1.3.1")]
4040

4141
use core::iter::{ExactSizeIterator, FusedIterator};
4242

0 commit comments

Comments
 (0)