Specify arm target and disable tls for tungstenite
This commit is contained in:
@@ -21,5 +21,6 @@ text_io = "0.1.8"
|
||||
serde = { version = "*", features = ["derive"] }
|
||||
serde_json = "*"
|
||||
rusttype = "0.9.2"
|
||||
tungstenite = "*"
|
||||
tungstenite = { version = "*", default-features = false }
|
||||
url = "*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user