From 406ac63b65ccff81f0af7ecd0949dfa612a906d0 Mon Sep 17 00:00:00 2001 From: Alexei Samokvalov Date: Wed, 2 Oct 2019 10:42:49 +0200 Subject: [PATCH] Fix travis script --- .travis-release.sh | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis-release.sh b/.travis-release.sh index 47b2631..0dba3f7 100755 --- a/.travis-release.sh +++ b/.travis-release.sh @@ -4,7 +4,7 @@ set -eu cargo build --release -rm -r target/deploy +rm -rf target/deploy mkdir -p target/deploy cd target/release diff --git a/Cargo.lock b/Cargo.lock index 38450ce..599f46d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "awscredx" -version = "0.2.12" +version = "0.2.13" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index cb0ed3b..56b285e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awscredx" -version = "0.2.12" +version = "0.2.13" authors = ["Alexei Samokvalov "] edition = "2018"