From 4167a97e5c3d7c1c254d0001748565a9fa303884 Mon Sep 17 00:00:00 2001 From: Jethro Beekman Date: Thu, 9 May 2019 09:07:43 -0700 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2606cc5..e364091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -419,7 +419,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "xargo" -version = "0.3.13" +version = "0.3.14" dependencies = [ "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1303b5f..92041b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["cli", "cross", "compilation", "std"] license = "MIT OR Apache-2.0" name = "xargo" repository = "https://github.com/japaric/xargo" -version = "0.3.13" +version = "0.3.14" [dependencies] error-chain = "0.7.2"