From 81393b897b80485db69182a7edad7ff9babd5056 Mon Sep 17 00:00:00 2001 From: Philippe-Cholet Date: Sat, 26 Aug 2023 10:51:00 +0200 Subject: [PATCH] Update rust/itertools versions in the doc --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 9b7002486..79b4f481d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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;