From c2f83887654384d657edcd215119439ca8c8cb0d Mon Sep 17 00:00:00 2001 From: Mathias Date: Sat, 21 Oct 2023 19:18:53 +0200 Subject: [PATCH] Git patch no-std-net --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94080fd..cafd740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,4 +37,4 @@ socket-tcp = [] socket-udp = [] [patch.crates-io] -no-std-net = { path = "../no-std-net" } \ No newline at end of file +no-std-net = { git = "https://github.com/rushmorem/no-std-net", branch = "issue-15" } \ No newline at end of file