Skip to content

Commit fe7d509

Browse files
authored
fix
1 parent ab9ff06 commit fe7d509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tauri-build = { version = "1.0.0-rc.8", features = [] }
1717
[dependencies]
1818
serde_json = "1.0"
1919
serde = { version = "1.0", features = ["derive"] }
20-
tauri = { version = "1.0.0-rc.9", features = ["api-all"] }
20+
tauri = { version = "1.0.0-rc.9", features = ["api-all", "system-tray", "updater"] }
2121

2222
[features]
2323
# by default Tauri runs in production mode

0 commit comments

Comments
 (0)