From 0ffdce3e8ca58286fc0a08a410623066e6f01161 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sun, 1 Dec 2019 14:07:21 -0300 Subject: [PATCH] chore(versions): bump tauri-cli --- Cargo.lock | 2 +- cli/tauri-cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cce2eb000..902730103 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1958,7 +1958,7 @@ dependencies = [ [[package]] name = "tauri-cli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/cli/tauri-cli/Cargo.toml b/cli/tauri-cli/Cargo.toml index 45e31f063..94055f0d9 100644 --- a/cli/tauri-cli/Cargo.toml +++ b/cli/tauri-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-cli" -version = "0.1.0" +version = "0.1.1" authors = ["George Burton ", "Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot "] license = "MIT/Apache-2.0" keywords = ["bundle", "cargo", "tauri"]