Update MSRV to 1.70 (for tokio 1.39)

This commit is contained in:
Dirkjan Ochtman 2024-08-04 22:54:05 +02:00
parent f9eac40f1d
commit fff391eb6b
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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"