From 2a5fd9f8482b8a5f6119c06adc230fd7aaf8b259 Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Sat, 31 Dec 2022 12:29:04 +0100 Subject: [PATCH] Update Cargo.toml --- test/fixture/src-tauri/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixture/src-tauri/Cargo.toml b/test/fixture/src-tauri/Cargo.toml index 2f5e5d5..fadc165 100644 --- a/test/fixture/src-tauri/Cargo.toml +++ b/test/fixture/src-tauri/Cargo.toml @@ -12,12 +12,12 @@ rust-version = "1.57" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -tauri-build = { version = "1.0.2", features = [] } +tauri-build = { version = "1.2.1", features = [] } [dependencies] serde_json = "1.0.82" serde = { version = "1.0.138", features = ["derive"] } -tauri = { version = "1.0.6", features = [] } +tauri = { version = "1.2.2", features = [] } [features] # by default Tauri runs in production mode