summaryrefslogtreecommitdiffstats
path: root/internals/Cargo.toml
AgeCommit message (Collapse)Author
2019-10-11chore(deps): updated depsPhilipp Korber
- make all parts which use vec1 depend on v1.3.0 (and use `try_from_vec`) - make all parts which use mail-internals depend on v0.2.3 (which has an important bug fix)
2019-10-11cargo(version): bumped patch versionPhilipp Korber
2019-02-14cargo(version): bumped patch version of mail-internalsPhilipp Korber
2019-02-04chore(rust): Use UFC Syntax for any custom `type_id` methods.Philipp Korber
This is neccessary as `Any::get_type_id` is getting stabilized as `Any::type_id` leading to potential brakage wrt. the compiler failing due to syntax ambiguity.
2018-11-23chore(deps) use crates versions of media-type(/mime), media-type-impl-utilsPhilipp Korber
2018-11-16refactor: merged sources of mail-headers,mail-internals,mail-core, mailPhilipp Korber
Originally it was palaned to do a merge with `--allow-unrelated-history` but this can not be doesn as `mail-core` has a "invalid" history which has a merge conflict **with itself**. So even rewinding the history on a empty repo is not possible. Instead the code was directly coppied over losing history. But the history is still available in the different `history-backup-*` branches. It is just that the past history is decoupled from the current history.