From e151ffcf61cf2445d4a9e6cac3e44a3ff24d77d4 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Wed, 1 Feb 2023 09:51:57 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index add45ae8..bb83a7be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" serde = { version = "1", features = ["derive"] } log = "0.4" tauri = { git = "https://github.com/tauri-apps/tauri", branch = "next" } -tauri-build = "1" +tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "next" } serde_json = "1" thiserror = "1" @@ -14,4 +14,4 @@ thiserror = "1" edition = "2021" authors = [ "Tauri Programme within The Commons Conservancy" ] license = "Apache-2.0 OR MIT" -rust-version = "1.59" \ No newline at end of file +rust-version = "1.59"