Bump ver
This commit is contained in:
parent
983836c439
commit
13953fa89c
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -785,7 +785,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "panorama-imap"
|
name = "panorama-imap"
|
||||||
version = "0.12.2"
|
version = "0.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"nom 6.1.0",
|
"nom 6.1.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "panorama-imap"
|
name = "panorama-imap"
|
||||||
version = "0.12.2"
|
version = "0.0.1"
|
||||||
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Michael Zhang <mail@mzhang.io>"]
|
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Michael Zhang <mail@mzhang.io>"]
|
||||||
description = "IMAP protocol parser and data structures"
|
description = "IMAP protocol parser and data structures"
|
||||||
keywords = ["imap", "email"]
|
keywords = ["imap", "email"]
|
||||||
|
|
Loading…
Reference in a new issue