From a5a8f59fb07c09d8470f6b98ff48f27415feed4d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 25 Oct 2024 10:33:37 +0200 Subject: [PATCH] Bump MSRV to 1.71 --- .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 5de9c5f..9f1fbf7 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.70.0" + toolchain: "1.71.0" - run: cargo check --lib --all-features lint: diff --git a/Cargo.toml b/Cargo.toml index 2ecd110..a2ae2e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "instant-epp" version = "0.5.0" edition = "2021" -rust-version = "1.70" +rust-version = "1.71" license = "MIT" description = "EPP client library for async Rust" repository = "https://github.com/instant-labs/instant-epp"