We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebc92a commit 3e0d47aCopy full SHA for 3e0d47a
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
- uses: actions/checkout@v4
53
- uses: dtolnay/rust-toolchain@master
54
with:
55
- toolchain: 1.67.0
+ toolchain: 1.70.0
56
- run: cargo check --manifest-path tokio-imap/Cargo.toml --lib --all-features
57
58
coverage:
tokio-imap/Cargo.toml
@@ -2,7 +2,7 @@
2
name = "tokio-imap"
3
version = "0.5.0"
4
edition = "2021"
5
-rust-version = "1.67"
+rust-version = "1.70"
6
description = "Tokio-based IMAP protocol (client, for now) implementation"
7
documentation = "https://docs.rs/tokio-imap"
8
keywords = ["imap", "tokio"]
0 commit comments