We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d0df6 commit 23fdec3Copy full SHA for 23fdec3
.github/workflows/rust.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/checkout@v4
37
- uses: dtolnay/rust-toolchain@master
38
with:
39
- toolchain: "1.80.0"
+ toolchain: "1.85.0"
40
- run: cargo check --lib --all-features
41
42
lint:
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "instant-epp"
3
version = "0.5.0"
4
edition = "2021"
5
-rust-version = "1.80"
+rust-version = "1.85"
6
license = "MIT"
7
description = "EPP client library for async Rust"
8
repository = "https://github.com/instant-labs/instant-epp"
0 commit comments