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"