From 9620eebab62c71d1a791282accd2d9f73049a464 Mon Sep 17 00:00:00 2001 From: Tensor-Programming Date: Wed, 26 Feb 2020 19:17:46 -0500 Subject: [PATCH] [version updates] Core create release (#466) * update tauri module versions * update bundler * update node cli * add minor fix. --- 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"