Bump MSRV to 1.80 for celes 2.5.0
This commit is contained in:
parent
a5a8f59fb0
commit
6c760c97be
|
@ -34,7 +34,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: "1.71.0"
|
||||
toolchain: "1.80.0"
|
||||
- run: cargo check --lib --all-features
|
||||
|
||||
lint:
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name = "instant-epp"
|
||||
version = "0.5.0"
|
||||
edition = "2021"
|
||||
rust-version = "1.71"
|
||||
rust-version = "1.80"
|
||||
license = "MIT"
|
||||
description = "EPP client library for async Rust"
|
||||
repository = "https://github.com/instant-labs/instant-epp"
|
||||
|
|
Loading…
Reference in New Issue