File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bit-iter"
3
- version = " 1.1.1 " # remember to update html_root_url in lib.rs
3
+ version = " 1.2.0 " # remember to update html_root_url in lib.rs
4
4
authors = [
" Christian Tamblyn <[email protected] >" ]
5
5
edition = " 2018"
6
6
description = " Iterate forward or backwards over the positions of set bits in a word."
Original file line number Diff line number Diff line change @@ -50,4 +50,4 @@ Bit 0 is set.
50
50
with older versions, but that could change in a future patch release.
51
51
52
52
If the MSRV of ` bit-iter ` changes, that will be done in a _ minor_ version
53
- release (e.g. 1.1 .x -> 1.2 .0).
53
+ release (e.g. 1.2 .x -> 1.3 .0).
Original file line number Diff line number Diff line change 36
36
//! ```
37
37
38
38
#![ no_std]
39
- #![ doc( html_root_url = "https://docs.rs/bit-iter/1.1.1 " ) ]
39
+ #![ doc( html_root_url = "https://docs.rs/bit-iter/1.2.0 " ) ]
40
40
41
41
use core:: iter:: { ExactSizeIterator , FusedIterator } ;
42
42
You can’t perform that action at this time.
0 commit comments