Skip to content

Commit 23fdec3

Browse files
committed
Bump MSRV to 1.85 for celes
1 parent b7d0df6 commit 23fdec3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- uses: dtolnay/rust-toolchain@master
3838
with:
39-
toolchain: "1.80.0"
39+
toolchain: "1.85.0"
4040
- run: cargo check --lib --all-features
4141

4242
lint:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "instant-epp"
33
version = "0.5.0"
44
edition = "2021"
5-
rust-version = "1.80"
5+
rust-version = "1.85"
66
license = "MIT"
77
description = "EPP client library for async Rust"
88
repository = "https://github.com/instant-labs/instant-epp"

0 commit comments

Comments
 (0)