diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-03-02 21:14:58 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-03-02 21:15:12 +0100 |
| commit | d4f2c6cf00b481f5d346bc3a1cd820883c8add23 (patch) | |
| tree | bfe21da055e7d4000e199cd3f630c2045a6d4944 /embassy-traits | |
| parent | 7991b05e4cce4f52873f0bb9620ef6d37a46e2e9 (diff) | |
Remove cargo namespaced-features
Diffstat (limited to 'embassy-traits')
| -rw-r--r-- | embassy-traits/Cargo.toml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/embassy-traits/Cargo.toml b/embassy-traits/Cargo.toml index 09db74ab9..626bf9f3a 100644 --- a/embassy-traits/Cargo.toml +++ b/embassy-traits/Cargo.toml | |||
| @@ -4,14 +4,8 @@ version = "0.1.0" | |||
| 4 | authors = ["Dario Nieuwenhuis <[email protected]>"] | 4 | authors = ["Dario Nieuwenhuis <[email protected]>"] |
| 5 | edition = "2018" | 5 | edition = "2018" |
| 6 | 6 | ||
| 7 | [dependencies] | ||
| 8 | defmt = { version = "0.2.0", optional = true } | ||
| 9 | |||
| 10 | [features] | 7 | [features] |
| 11 | std = [] | 8 | std = [] |
| 12 | 9 | ||
| 13 | defmt-trace = [] | 10 | [dependencies] |
| 14 | defmt-debug = [] | 11 | defmt = { version = "0.2.0", optional = true } |
| 15 | defmt-info = [] | ||
| 16 | defmt-warn = [] | ||
| 17 | defmt-error = [] \ No newline at end of file | ||
