From 9f2c51fb27f4e25b3051ea856ad9a8c52aff4b9a Mon Sep 17 00:00:00 2001 From: rushmorem Date: Fri, 21 Jan 2022 12:18:26 +0200 Subject: [PATCH] downgrade no-std-net for now At least till https://github.com/dunmatt/no-std-net/pull/16 is shipped. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61ee28f..d33f959 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ optional = true # requires Rust v1.46 [dependencies.no-std-net] -version = "0.6.0" +version = "0.5.0" default-features = false features = ["serde"] optional = true