Merge remote-tracking branch 'origin/v1' into v2

This commit is contained in:
Lucas Nogueira
2023-05-24 10:36:41 -03:00
15 changed files with 111 additions and 89 deletions
@@ -13,7 +13,7 @@ tauri = { version = "2.0.0-alpha.8", features = [] }
tokio = { version = "1", features = ["net"] }
futures-util = "0.3"
tauri-plugin-websocket = { path = "../../../" }
tokio-tungstenite = "0.18"
tokio-tungstenite = "0.19"
[build-dependencies]
tauri-build = { version = "2.0.0-alpha.4", features = [] }