We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf1ee9 commit 5ebc92aCopy full SHA for 5ebc92a
.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.63.0
+ toolchain: 1.67.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.63"
+rust-version = "1.67"
6
description = "Tokio-based IMAP protocol (client, for now) implementation"
7
documentation = "https://docs.rs/tokio-imap"
8
keywords = ["imap", "tokio"]
0 commit comments