Release alpha.12 with TLS improvements
This commit is contained in:
parent
e3c9cd66ac
commit
5d0d2f9723
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -375,7 +375,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "imap"
|
||||
version = "3.0.0-alpha.11"
|
||||
version = "3.0.0-alpha.12"
|
||||
dependencies = [
|
||||
"base64 0.21.0",
|
||||
"bufstream",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "imap"
|
||||
version = "3.0.0-alpha.11"
|
||||
version = "3.0.0-alpha.12"
|
||||
authors = ["Jon Gjengset <jon@thesquareplanet.com>",
|
||||
"Matt McCoy <mattnenterprise@yahoo.com>"]
|
||||
documentation = "https://docs.rs/imap/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue