From 2a3ea513a78d373cf5e97293232705c46c6d3386 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 12 Jul 2024 09:43:48 +0200 Subject: [PATCH] Bump MSRV to 1.67 (due to cc) --- .github/workflows/rust.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7c02fa9..4ede9a0 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.64.0 + toolchain: 1.67.0 - run: cargo check --lib --all-features lint: diff --git a/Cargo.toml b/Cargo.toml index 0c30959..aaee19c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "instant-acme" version = "0.6.1" edition = "2021" -rust-version = "1.64" +rust-version = "1.67" license = "Apache-2.0" description = "Async pure-Rust ACME client" homepage = "https://github.com/instant-labs/instant-acme"