Skip to content

Commit

Permalink
Bump version number for imap-proto to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Oct 22, 2018
1 parent 5ef70e7 commit e8a4b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imap-proto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imap-proto"
version = "0.5.0"
version = "0.6.0"
authors = ["Dirkjan Ochtman <[email protected]>"]
description = "IMAP protocol parser and data structures"
documentation = "https://docs.rs/imap-proto"
Expand Down
2 changes: 1 addition & 1 deletion tokio-imap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"
bytes = "0.4"
futures = "0.1"
futures-state-stream = "0.1"
imap-proto = { version = "0.5", path = "../imap-proto" }
imap-proto = { version = "0.6", path = "../imap-proto" }
native-tls = "0.2"
nom = "4.0"
tokio = "0.1"
Expand Down

0 comments on commit e8a4b07

Please sign in to comment.