bump ver
This commit is contained in:
parent
47d80b1950
commit
f8a402ab6e
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -438,7 +438,7 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "panorama-imap"
|
name = "panorama-imap"
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "panorama-imap"
|
name = "panorama-imap"
|
||||||
description = "IMAP protocol implementation with high-level async client."
|
description = "IMAP protocol implementation with high-level async client."
|
||||||
version = "0.0.2"
|
version = "0.0.3"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Michael Zhang <mail@mzhang.io>"]
|
authors = ["Michael Zhang <mail@mzhang.io>"]
|
||||||
keywords = ["imap", "email", "parser"]
|
keywords = ["imap", "email", "parser"]
|
||||||
|
|
Loading…
Reference in a new issue