From d4ac59b0956151c40ceaa13bd2987b1ed20ac3c9 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 1 Apr 2026 08:59:23 +0200 Subject: [PATCH] Bump MSRV to 1.85.1 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b87e95d..77f66de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ name: Basic CI env: CARGO_INCREMENTAL: "0" CARGO_TERM_COLOR: always - RUST_MIN_SRV: "1.71.1" + RUST_MIN_SRV: "1.85.1" jobs: check: diff --git a/Cargo.toml b/Cargo.toml index ced3263..07a9531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MIT" repository = "https://github.com/uutils/parse_datetime" readme = "README.md" -rust-version = "1.71.1" +rust-version = "1.85.1" [dependencies] winnow = "1.0.0"