Release alpha.10

This commit is contained in:
Jon Gjengset 2023-01-21 14:43:10 -08:00
parent 15a4c74765
commit 41c5597135
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -375,7 +375,7 @@ dependencies = [
[[package]]
name = "imap"
version = "3.0.0-alpha.9"
version = "3.0.0-alpha.10"
dependencies = [
"base64 0.21.0",
"bufstream",

View file

@ -1,6 +1,6 @@
[package]
name = "imap"
version = "3.0.0-alpha.9"
version = "3.0.0-alpha.10"
authors = ["Jon Gjengset <jon@thesquareplanet.com>",
"Matt McCoy <mattnenterprise@yahoo.com>"]
documentation = "https://docs.rs/imap/"