From 6c760c97be14c882bd815c072b0ac0dbb23bc7b8 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 15 Nov 2024 10:01:25 +0100 Subject: [PATCH] Bump MSRV to 1.80 for celes 2.5.0 --- .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 9f1fbf7..2b1da30 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.71.0" + toolchain: "1.80.0" - run: cargo check --lib --all-features lint: diff --git a/Cargo.toml b/Cargo.toml index a2ae2e6..e7a37de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "instant-epp" version = "0.5.0" edition = "2021" -rust-version = "1.71" +rust-version = "1.80" license = "MIT" description = "EPP client library for async Rust" repository = "https://github.com/instant-labs/instant-epp"