This commit is contained in:
Michael Zhang 2021-08-09 01:32:40 -05:00
parent 47d80b1950
commit f8a402ab6e
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -438,7 +438,7 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
[[package]]
name = "panorama-imap"
version = "0.0.2"
version = "0.0.3"
dependencies = [
"anyhow",
"async-trait",

View file

@ -1,7 +1,7 @@
[package]
name = "panorama-imap"
description = "IMAP protocol implementation with high-level async client."
version = "0.0.2"
version = "0.0.3"
edition = "2018"
authors = ["Michael Zhang <mail@mzhang.io>"]
keywords = ["imap", "email", "parser"]