aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-08-18 09:11:28 +0000
committerGitHub <[email protected]>2022-08-18 09:11:28 +0000
commit1ea52d3442983a51427cdc96a53609cf58beff77 (patch)
tree503225aabf29d4f968cd150acce6c93280421049
parentbe55d2a39eb399d693d11f37dfa4b87cd2bd3c7a (diff)
parentfe38d240e5903a26ed35c25fbaf30e7a31420870 (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.toml1
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"
9defmt = { version = "0.3", optional = true } 9defmt = { version = "0.3", optional = true }
10log = { version = "0.4.14", optional = true } 10log = { version = "0.4.14", optional = true }
11 11
12embassy-util = { version = "0.1.0", path = "../embassy-util" }
13num-traits = { version = "0.2.14", default-features = false } 12num-traits = { version = "0.2.14", default-features = false }