diff options
| author | Dario Nieuwenhuis <[email protected]> | 2022-08-18 11:10:51 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2022-08-18 11:10:51 +0200 |
| commit | fe38d240e5903a26ed35c25fbaf30e7a31420870 (patch) | |
| tree | 503225aabf29d4f968cd150acce6c93280421049 | |
| parent | be55d2a39eb399d693d11f37dfa4b87cd2bd3c7a (diff) | |
hal-common: Remove unused dep
| -rw-r--r-- | embassy-hal-common/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embassy-hal-common/Cargo.toml b/embassy-hal-common/Cargo.toml index 4a6a61003..58f0af6ab 100644 --- a/embassy-hal-common/Cargo.toml +++ b/embassy-hal-common/Cargo.toml | |||
| @@ -9,5 +9,4 @@ edition = "2021" | |||
| 9 | defmt = { version = "0.3", optional = true } | 9 | defmt = { version = "0.3", optional = true } |
| 10 | log = { version = "0.4.14", optional = true } | 10 | log = { version = "0.4.14", optional = true } |
| 11 | 11 | ||
| 12 | embassy-util = { version = "0.1.0", path = "../embassy-util" } | ||
| 13 | num-traits = { version = "0.2.14", default-features = false } | 12 | num-traits = { version = "0.2.14", default-features = false } |
