summaryrefslogtreecommitdiffstats
path: root/headers/Cargo.toml
AgeCommit message (Collapse)Author
2019-10-11cargo(version): bumped minor version numberPhilipp Korber
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-03-04cargo(docs.rs): add flaggs so that it's build with handlebars featurePhilipp Korber
2019-02-14cargo(version): bumped patch version of mail-headersPhilipp 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-12-04cargo(version) bumped mail-headers to v0.6.2Philipp Korber
2018-12-03cargo(version) bumped version to 0.6.1Philipp Korber
2018-11-23chore(headers/deps) changed deps to crates versionPhilipp Korber
2018-11-16refactor(wip): fixed imports after moving deps into repoPhilipp 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.