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 8aa7a6a commit 871daecCopy full SHA for 871daec
imap-proto/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "imap-proto"
3
-version = "0.11.0"
+version = "0.12.0"
4
authors = ["Dirkjan Ochtman <[email protected]>"]
5
description = "IMAP protocol parser and data structures"
6
documentation = "https://docs.rs/imap-proto"
tokio-imap/Cargo.toml
@@ -19,7 +19,7 @@ maintenance = { status = "passively-maintained" }
19
bytes = "0.6"
20
futures-util = "0.3.1"
21
futures-sink = "0.3.1"
22
-imap-proto = { version = "0.11", path = "../imap-proto" }
+imap-proto = { version = "0.12", path = "../imap-proto" }
23
nom = "6"
24
pin-project = "1"
25
tokio = { version = "0.3.0", features = ["net"] }
0 commit comments