Release alpha.13 w/ bumps (#285) + tag fix (#284)

This commit is contained in:
Jon Gjengset 2024-03-31 10:22:45 +02:00
parent 84d05bd2ea
commit 3cd80e641b
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -444,7 +444,7 @@ dependencies = [
[[package]] [[package]]
name = "imap" name = "imap"
version = "3.0.0-alpha.12" version = "3.0.0-alpha.13"
dependencies = [ dependencies = [
"base64 0.22.0", "base64 0.22.0",
"bufstream", "bufstream",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "imap" name = "imap"
version = "3.0.0-alpha.12" version = "3.0.0-alpha.13"
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/"