Skip to content

Commit 1e13ab1

Browse files
committed
Bump version to 1.0.0.
1 parent 1193d57 commit 1e13ab1

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

4141
use core::{iter::FusedIterator, mem::size_of};
4242

0 commit comments

Comments
 (0)