From a5ce3f304580b8898099d610b0be169530ff729f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 21:10:55 -0600 Subject: [PATCH] [version updates] Core create release (#466) (#467) * update tauri module versions * update bundler * update node cli * add minor fix. Co-authored-by: Tensor-Programming --- tauri-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index b69f11632..12a949e09 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -21,7 +21,7 @@ either = "1.5.3" tar = "0.4" flate2 = "1" error-chain = "0.12" -tauri-utils = {version = "0.4.0", path = "../tauri-utils"} +tauri-utils = {version = "0.4", path = "../tauri-utils"} [dev-dependencies] quickcheck = "0.9.2"