feat: update to tauri v1.0.0-rc

This commit is contained in:
Lucas Nogueira
2022-02-13 17:19:12 -03:00
parent 9e970d3d74
commit ea880bb8a6
10 changed files with 1098 additions and 3316 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ serde = "1.0"
serde_json = "1.0"
thiserror = "1.0"
rand = "0.8"
tauri = "1.0.0-beta.8"
tauri = "1.0.0-rc.1"
futures-util = "0.3"
tokio = { version = "1.16", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.16", features = ["native-tls"] }