diff --git a/Cargo.lock b/Cargo.lock index ddd7fb2..3c82008 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,7 +257,7 @@ dependencies = [ [[package]] name = "di-csv2xml" -version = "2.0.3" +version = "2.0.4" dependencies = [ "assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 99d5fae..8a3dcec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "di-csv2xml" -version = "2.0.3" -authors = ["Markus Klein "] +version = "2.0.4" +authors = ["Markus Klein "] license = "MIT" publish = false edition = "2018" diff --git a/Changelog.md b/Changelog.md index f24ee26..d348e33 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ Changelog ========= +2.0.4 +----- + +* Updated dependencies, build with Rust 1.45.2 + 2.0.3 -----