nixpkgs/pkgs/development/tools/devpod/add-tauri-updater-feature.patch
2023-11-04 18:05:19 -07:00

14 lines
348 B
Diff

diff --git a/Cargo.toml b/Cargo.toml
index 03f64e53..9e2ddcb6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
# Tauri
tauri = { version = "1.2.4", features = [
+ "updater",
"process-relaunch",
"window-close",
"notification-all",