Skip to content

Commit 33cece4

Browse files
committed
Bump imap-proto version number to 0.9.0
1 parent 9683d5f commit 33cece4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

imap-proto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "imap-proto"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
authors = ["Dirkjan Ochtman <[email protected]>"]
55
description = "IMAP protocol parser and data structures"
66
documentation = "https://docs.rs/imap-proto"

tokio-imap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ maintenance = { status = "passively-maintained" }
1919
bytes = "0.4"
2020
futures = "0.1"
2121
futures-state-stream = "0.1"
22-
imap-proto = { version = "0.8", path = "../imap-proto" }
22+
imap-proto = { version = "0.9", path = "../imap-proto" }
2323
native-tls = "0.2"
2424
nom = "5"
2525
tokio = "0.1"

0 commit comments

Comments
 (0)