mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-22 02:50:19 +00:00
pin imap version (#303)
This commit is contained in:
parent
2b203b615c
commit
bd15e7d979
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
### Fixed
|
||||
|
||||
- Rust edition transition [#303]
|
||||
- Build failure due to `imap` version [#303]
|
||||
- No tilde expansion in `maildir-dir` [#305]
|
||||
|
||||
## [0.5.6] - 2022-02-22
|
||||
|
|
|
@ -25,7 +25,7 @@ clap = { version = "2.33.3", default-features = false, features = ["suggestions"
|
|||
env_logger = "0.8.3"
|
||||
erased-serde = "0.3.18"
|
||||
html-escape = "0.2.9"
|
||||
imap = "3.0.0-alpha.4"
|
||||
imap = "=3.0.0-alpha.4"
|
||||
imap-proto = "0.14.3"
|
||||
lettre = { version = "0.10.0-rc.1", features = ["serde"] }
|
||||
log = "0.4.14"
|
||||
|
|
Loading…
Reference in a new issue