From 91fd2a4ce8b029c9e307c6c3e04683905c3607c0 Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Mon, 29 Jun 2020 12:27:44 +0200 Subject: [PATCH] prepare release 2.0.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Changelog.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2821a8..9463e5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,7 +256,7 @@ dependencies = [ [[package]] name = "di-csv2xml" -version = "2.0.1" +version = "2.0.3" 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 95807f9..c2ba8c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "di-csv2xml" -version = "2.0.1" +version = "2.0.3" authors = ["Markus Klein "] license = "MIT" publish = false diff --git a/Changelog.md b/Changelog.md index 3b64d5c..f24ee26 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,11 @@ Changelog ========= +2.0.3 +----- + +* Updated dependencies, build with Rust 1.44. + 2.0.2 -----