Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cybergarage committed Sep 23, 2023
1 parent 51b942a commit 85e8298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 85e8298

Please sign in to comment.