Skip to content

Commit ebe9159

Browse files
committed
Bump version to 1.1.1.
1 parent cc8543f commit ebe9159

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.1.0" # remember to update html_root_url
3+
version = "1.1.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.1.0")]
39+
#![doc(html_root_url = "https://docs.rs/bit-iter/1.1.1")]
4040

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

0 commit comments

Comments
 (0)