From 5ff185cae335fa16d150668277dcebe66c114cc6 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sun, 19 May 2024 17:33:42 +0300 Subject: [PATCH] cargo version --- ng-net/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ng-net/Cargo.toml b/ng-net/Cargo.toml index 539439d..cc79228 100644 --- a/ng-net/Cargo.toml +++ b/ng-net/Cargo.toml @@ -47,7 +47,7 @@ features = ["js"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies] getrandom = "0.2.7" -default-net = { git = "https://git.nextgraph.org/NextGraph/default-net.git" } +default-net = { version = "0.16.2", git = "https://git.nextgraph.org/NextGraph/default-net.git" } [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -async-tungstenite = { git = "https://git.nextgraph.org/NextGraph/async-tungstenite.git", branch = "nextgraph", features = ["async-std-runtime", "async-native-tls"] } \ No newline at end of file +async-tungstenite = { version = "0.22.2", git = "https://git.nextgraph.org/NextGraph/async-tungstenite.git", branch = "nextgraph", features = ["async-std-runtime", "async-native-tls"] } \ No newline at end of file