From 85e82985d2663b183346afc744565bd0ead64791 Mon Sep 17 00:00:00 2001 From: Satoshi Konno Date: Sat, 23 Sep 2023 22:52:12 +0900 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4bde3bde..bc6bbb36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["echonet", "echonet-lite", "std", "no_std"] [features] default = ["std"] -std = ["std_deps", "unix", ] +std = ["std_deps", "unix"] std_win = ["std_deps", "win"] no_std = ["no_std_deps"] std_deps = ["dep:log", "dep:uuid", "no_std_deps"]