Skip to content

Commit

Permalink
update docs to reflect MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Sep 19, 2023
1 parent db81844 commit 87cde43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
//!
//! ## Rust Version
//!
//! This version of itertools requires Rust 1.36 or later.
//! This version of itertools requires Rust 1.43.1 or later.
#![doc(html_root_url = "https://docs.rs/itertools/0.11/")]

#[cfg(not(feature = "use_std"))]
Expand Down

0 comments on commit 87cde43

Please sign in to comment.