From fff391eb6bc73aac2fd3aae16a29848bc307a264 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sun, 4 Aug 2024 22:54:05 +0200 Subject: [PATCH] Update MSRV to 1.70 (for tokio 1.39) --- .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 1f8af10..92ab277 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -46,7 +46,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: "1.63.0" + toolchain: "1.70.0" override: true - uses: actions-rs/cargo@v1 with: diff --git a/Cargo.toml b/Cargo.toml index 1dde381..205c3f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "instant-epp" version = "0.4.0" edition = "2021" -rust-version = "1.63" +rust-version = "1.70" license = "MIT" description = "EPP client library for async Rust" repository = "https://github.com/instant-labs/instant-epp"