diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-08-18 09:11:28 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-18 09:11:28 +0000 |
| commit | 1ea52d3442983a51427cdc96a53609cf58beff77 (patch) | |
| tree | 503225aabf29d4f968cd150acce6c93280421049 | |
| parent | be55d2a39eb399d693d11f37dfa4b87cd2bd3c7a (diff) | |
| parent | fe38d240e5903a26ed35c25fbaf30e7a31420870 (diff) | |
Merge #911
911: hal-common: Remove unused dep r=Dirbaio a=Dirbaio
bors r+
Co-authored-by: Dario Nieuwenhuis <[email protected]>
| -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 } |
