fix updater module

This commit is contained in:
Jonas Kruckenberg 2022-11-16 13:13:47 +01:00
parent 96b82451e7
commit 4876386825
2 changed files with 105 additions and 32 deletions

View file

@ -25,7 +25,7 @@ tauri-sys = { path = ".", features = ["all"] }
all-features = true
[features]
all = ["app", "clipboard", "event", "mocks", "tauri", "window", "process", "dialog", "os", "notification", "path"]
all = ["app", "clipboard", "event", "mocks", "tauri", "window", "process", "dialog", "os", "notification", "path", "updater"]
app = ["dep:semver"]
clipboard = []
dialog = []
@ -37,6 +37,7 @@ process = []
os = ["dep:semver"]
notification = []
path = []
updater = []
[workspace]
members = ["examples/test", "examples/test/src-tauri"]