From 8e418b9c33e2ec4a180b6890fa1a148386d5f89a Mon Sep 17 00:00:00 2001 From: Markus Klein Date: Wed, 15 Apr 2020 13:43:38 +0200 Subject: [PATCH] update version to 1.0.17 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbe9e9e..ce0d843 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,7 +243,7 @@ dependencies = [ [[package]] name = "di-csv2xml" -version = "1.0.14" +version = "1.0.17" dependencies = [ "assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 19fcf61..7cd8e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "di-csv2xml" -version = "1.0.14" +version = "1.0.17" authors = ["Markus Klein "] license = "MIT" publish = false