Bump MSRV to 1.70 (for tokio 1.39)

This commit is contained in:
Dirkjan Ochtman 2024-07-26 10:15:43 +02:00
parent 7648ebb509
commit 5e567d8892
2 changed files with 3 additions and 3 deletions

View File

@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master - uses: dtolnay/rust-toolchain@master
with: with:
toolchain: 1.67.0 toolchain: 1.70.0
- run: cargo check --lib --features fips - run: cargo check --lib --features fips
msrv: msrv:
@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master - uses: dtolnay/rust-toolchain@master
with: with:
toolchain: 1.67.0 toolchain: 1.70.0
- run: cargo check --lib --all-features - run: cargo check --lib --all-features
lint: lint:

View File

@ -2,7 +2,7 @@
name = "instant-acme" name = "instant-acme"
version = "0.7.1" version = "0.7.1"
edition = "2021" edition = "2021"
rust-version = "1.67" rust-version = "1.70"
license = "Apache-2.0" license = "Apache-2.0"
description = "Async pure-Rust ACME client" description = "Async pure-Rust ACME client"
homepage = "https://github.com/instant-labs/instant-acme" homepage = "https://github.com/instant-labs/instant-acme"