mirror of
https://github.com/pimalaya/himalaya.git
synced 2026-06-16 20:57:53 +08:00
bump himalaya lib v0.2.0
This commit is contained in:
Generated
+3
-1
@@ -473,7 +473,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "himalaya-lib"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "725a54202cadc90ba876d8317ea17c035df3060c5fb18c5dcf4e74bf4362e5ce"
|
||||
dependencies = [
|
||||
"ammonia",
|
||||
"chrono",
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@ clap = { version = "2.33.3", default-features = false, features = ["suggestions"
|
||||
convert_case = "0.5.0"
|
||||
env_logger = "0.8.3"
|
||||
erased-serde = "0.3.18"
|
||||
himalaya-lib = { version = "=0.1.0", features = ["imap-backend"] }
|
||||
himalaya-lib = { version = "=0.2.0", features = ["imap-backend"] }
|
||||
html-escape = "0.2.9"
|
||||
lettre = { version = "=0.10.0-rc.7", features = ["serde"] }
|
||||
log = "0.4.14"
|
||||
|
||||
Reference in New Issue
Block a user