summary refs log tree commit diff
path: root/pkgs/development/tools/devpod/add-tauri-updater-feature.patch
blob: 3fc7ac991099ef89857c3ade045deb600ade740c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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",