Skip to content

Commit 3e0d47a

Browse files
committed
tokio-imap: bump MSRV to 1.70 (for tokio 1.39)
1 parent 5ebc92a commit 3e0d47a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/checkout@v4
5353
- uses: dtolnay/rust-toolchain@master
5454
with:
55-
toolchain: 1.67.0
55+
toolchain: 1.70.0
5656
- run: cargo check --manifest-path tokio-imap/Cargo.toml --lib --all-features
5757

5858
coverage:

tokio-imap/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "tokio-imap"
33
version = "0.5.0"
44
edition = "2021"
5-
rust-version = "1.67"
5+
rust-version = "1.70"
66
description = "Tokio-based IMAP protocol (client, for now) implementation"
77
documentation = "https://docs.rs/tokio-imap"
88
keywords = ["imap", "tokio"]

0 commit comments

Comments
 (0)