Bump MSRV to 1.71
This commit is contained in:
parent
ef0bec72f5
commit
a5a8f59fb0
|
@ -34,7 +34,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@master
|
- uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
toolchain: "1.70.0"
|
toolchain: "1.71.0"
|
||||||
- run: cargo check --lib --all-features
|
- run: cargo check --lib --all-features
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "instant-epp"
|
name = "instant-epp"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.70"
|
rust-version = "1.71"
|
||||||
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