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
|
- uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: "1.63.0"
|
toolchain: "1.70.0"
|
||||||
override: true
|
override: true
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "instant-epp"
|
name = "instant-epp"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.63"
|
rust-version = "1.70"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "EPP client library for async Rust"
|
description = "EPP client library for async Rust"
|
||||||
repository = "https://github.com/instant-labs/instant-epp"
|
repository = "https://github.com/instant-labs/instant-epp"
|
||||||
|
|
Loading…
Reference in New Issue