From 7165052a9062cdfbdb26bf68beed9ccc823aa719 Mon Sep 17 00:00:00 2001 From: Jacob Pratt Date: Thu, 14 Dec 2023 17:34:59 -0500 Subject: [PATCH] Remove mention of six month MSRV --- src/index.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.md b/src/index.md index f0d4bad..8b9705d 100644 --- a/src/index.md +++ b/src/index.md @@ -16,9 +16,6 @@ date creation. - **numeric traits**. Use durations easily: `2.seconds()`. - Supports Windows, Linux, macOS, [WebAssembly](https://developer.mozilla.org/fr/docs/WebAssembly) targets among others. -- Six-month -[minimum supported Rust version](https://rust-lang.github.io/rfcs/2495-min-rust-version.html) -guarantee. And more...