From b1a050fc6e98f68255524a01f3239dd39093120c Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Tue, 10 Sep 2024 19:16:05 +0000 Subject: [PATCH] Fix all categories --- edge-http/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/edge-http/Cargo.toml b/edge-http/Cargo.toml index ff5f2ed..f7b31bc 100644 --- a/edge-http/Cargo.toml +++ b/edge-http/Cargo.toml @@ -11,7 +11,6 @@ categories = [ "embedded", "no-std::no-alloc", "asynchronous", - "network-programming", "web-programming::http-client", "web-programming::http-server", ]