cargo version

pull/19/head
Niko PLP 7 months ago
parent 5f806f192e
commit 6360f9d08e
  1. 2
      ng-client-ws/Cargo.toml

@ -35,4 +35,4 @@ features = ["js"]
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
getrandom = "0.2.7"
async-tungstenite = { git = "https://git.nextgraph.org/NextGraph/async-tungstenite.git", branch = "nextgraph", features = ["async-std-runtime"] }
async-tungstenite = { version = "0.22.2", git = "https://git.nextgraph.org/NextGraph/async-tungstenite.git", branch = "nextgraph", features = ["async-std-runtime"] }

Loading…
Cancel
Save