diff options
author | Philipp Korber <p.korber@1aim.com> | 2019-03-26 16:06:27 +0100 |
---|---|---|
committer | Philipp Korber <p.korber@dac.eu> | 2019-10-11 16:33:19 +0200 |
commit | 13c6540c96a1e64e069ba0d5b9509f583d40100d (patch) | |
tree | 8eec5651f34fed63cb27727775eaf4164e079a55 | |
parent | 5c7e45e94d1f56d44e5170aa63d9e184234e2449 (diff) |
cargo(version): bumped patch version
-rw-r--r-- | internals/Cargo.toml | 2 | ||||
-rw-r--r-- | mail/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/internals/Cargo.toml b/internals/Cargo.toml index 465382f..41ae8cd 100644 --- a/internals/Cargo.toml +++ b/internals/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mail-api"] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/1aim/mail" -version = "0.2.2" +version = "0.2.3" readme = "./README.md" [dependencies] diff --git a/mail/Cargo.toml b/mail/Cargo.toml index b4ff4d8..eb997ac 100644 --- a/mail/Cargo.toml +++ b/mail/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mail" -version = "0.6.8" +version = "0.6.9" authors = ["Philipp Korber <p.korber@1aim.com>"] categories = [] keywords = ["mail", "rfc5322", "mime", "smtp", "template"] |