Update MSRV to 1.70 (for tokio 1.39)
This commit is contained in:
parent
f9eac40f1d
commit
fff391eb6b
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue