fix(desktop): makes release build working

This commit is contained in:
Jason 2022-06-09 16:55:53 +08:00 committed by GitHub
parent fe1279a1c5
commit 09b1d379d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ serde = "1.0.136"
serde_json = "1.0.79"
thiserror = "1.0.30"
log = "0.4.14"
wry = { version = "0.16.0" }
wry = { version = "0.16.0", features = ["devtools"] }
futures-channel = "0.3.21"
tokio = { version = "1.16.1", features = [
"sync",