Release alpha.14 w/ fewer unused deps
This commit is contained in:
parent
28846bbdba
commit
c8517c4985
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -405,7 +405,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "imap"
|
name = "imap"
|
||||||
version = "3.0.0-alpha.13"
|
version = "3.0.0-alpha.14"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.22.0",
|
"base64 0.22.0",
|
||||||
"bufstream",
|
"bufstream",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imap"
|
name = "imap"
|
||||||
version = "3.0.0-alpha.13"
|
version = "3.0.0-alpha.14"
|
||||||
authors = ["Jon Gjengset <jon@thesquareplanet.com>",
|
authors = ["Jon Gjengset <jon@thesquareplanet.com>",
|
||||||
"Matt McCoy <mattnenterprise@yahoo.com>"]
|
"Matt McCoy <mattnenterprise@yahoo.com>"]
|
||||||
documentation = "https://docs.rs/imap/"
|
documentation = "https://docs.rs/imap/"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue