Skip to content

Commit

Permalink
Update rust/itertools versions in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe-Cholet authored and phimuemue committed Aug 26, 2023
1 parent f49c53b commit 6683438
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
//!
//! ## Rust Version
//!
//! This version of itertools requires Rust 1.32 or later.
#![doc(html_root_url="https://docs.rs/itertools/0.8/")]
//! This version of itertools requires Rust 1.36 or later.
#![doc(html_root_url="https://docs.rs/itertools/0.11/")]

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

0 comments on commit 6683438

Please sign in to comment.