Skip to content

Commit 6683438

Browse files
Philippe-Choletphimuemue
authored andcommitted
Update rust/itertools versions in the doc
1 parent f49c53b commit 6683438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
//!
4343
//! ## Rust Version
4444
//!
45-
//! This version of itertools requires Rust 1.32 or later.
46-
#![doc(html_root_url="https://docs.rs/itertools/0.8/")]
45+
//! This version of itertools requires Rust 1.36 or later.
46+
#![doc(html_root_url="https://docs.rs/itertools/0.11/")]
4747

4848
#[cfg(not(feature = "use_std"))]
4949
extern crate core as std;

0 commit comments

Comments
 (0)