fix: auto updater (#48)

Reviewed-on: #48
This commit was merged in pull request #48.
This commit is contained in:
2026-09-16 02:53:16 +00:00
parent bf7080654d
commit 57c85f5b99
8 changed files with 671 additions and 157 deletions
+4 -1
View File
@@ -8,5 +8,8 @@ publish.workspace = true
gpui.workspace = true
instant.workspace = true
log.workspace = true
serde.workspace = true
serde_json.workspace = true
ureq.workspace = true
gpui-updater = { git = "https://github.com/AprilNEA/gpui-updater", tag = "v0.0.6", features = ["gpui"] }
gpui-updater-core = { git = "https://github.com/AprilNEA/gpui-updater" }