diff --git a/Cargo.lock b/Cargo.lock index 29e969d..34325b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -247,7 +247,7 @@ dependencies = [ [[package]] name = "di-csv2xml" -version = "1.0.7" +version = "1.0.8" dependencies = [ "assert_cli 0.6.3 (registry+/~https://github.com/rust-lang/crates.io-index)", "csv 1.0.7 (registry+/~https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6d684a8..c822c9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "di-csv2xml" -version = "1.0.7" +version = "1.0.8" authors = ["Markus Klein "] license = "MIT" publish = false diff --git a/Changelog.md b/Changelog.md index 2610f30..0785655 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,12 @@ Changelog ========= +1.0.8 +----- + +* Update dependencies +* Build with Rust 1.34.0 + 1.0.7 -----