web: version bumps and handle more message body types.
Added handling for text/html, multipart/alternative w/ text/html & text/plain subparts, and multipart/mixed.
This commit is contained in:
@@ -13,14 +13,14 @@ edition = "2018"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dev-dependencies]
|
||||
wasm-bindgen-test = "0.3.18"
|
||||
wasm-bindgen-test = "0.3.33"
|
||||
|
||||
[dependencies]
|
||||
console_error_panic_hook = "0.1.6"
|
||||
log = "0.4.14"
|
||||
seed = "0.8.0"
|
||||
console_error_panic_hook = "0.1.7"
|
||||
log = "0.4.17"
|
||||
seed = "0.9.2"
|
||||
console_log = {git = "http://git.z.xinu.tv/wathiede/console_log"}
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde = { version = "1.0.147", features = ["derive"] }
|
||||
notmuch = {path = "../notmuch"}
|
||||
|
||||
[package.metadata.wasm-pack.profile.release]
|
||||
|
||||
Reference in New Issue
Block a user