From a56cee76bfb8746c22c9b2abc59efee9679721f7 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Tue, 31 Dec 2019 15:03:01 -0300 Subject: [PATCH] chore(versions) bump tauri and tauri-api crates to 0.3.0 --- tauri-api/Cargo.toml | 2 +- tauri/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tauri-api/Cargo.toml b/tauri-api/Cargo.toml index 440bb69dd..8d1dae901 100644 --- a/tauri-api/Cargo.toml +++ b/tauri-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-api" -version = "0.2.0" +version = "0.3.0" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" homepage = "https://tauri-apps.org" diff --git a/tauri/Cargo.toml b/tauri/Cargo.toml index 906e26bbe..adc6da73e 100644 --- a/tauri/Cargo.toml +++ b/tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri" -version = "0.2.0" +version = "0.3.0" authors = ["Lucas Fernandes Gonçalves Nogueira ", "Daniel Thompson-Yvetot ", "Tensor Programming "] license = "MIT" homepage = "https://tauri-apps.org" @@ -23,7 +23,7 @@ lazy_static = "1.4.0" tiny_http = "0.6" threadpool = "1.7" uuid = { version = "0.8.1", features = ["v4"] } -tauri-api = { version = "0.2", path = "../tauri-api" } +tauri-api = { version = "0.3", path = "../tauri-api" } [build-dependencies] tauri_includedir_codegen = "0.5.1"