We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3dbaf commit a6c1855Copy full SHA for a6c1855
imap-proto/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "imap-proto"
3
-version = "0.15.0"
+version = "0.16.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 = "1"
20
futures-util = "0.3.8"
21
futures-sink = "0.3.8"
22
-imap-proto = { version = "0.15", path = "../imap-proto" }
+imap-proto = { version = "0.16", path = "../imap-proto" }
23
nom = "7"
24
pin-project = "1"
25
tokio = { version = "1", features = ["net"] }
0 commit comments