aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2022-08-18 11:10:51 +0200
committerDario Nieuwenhuis <[email protected]>2022-08-18 11:10:51 +0200
commitfe38d240e5903a26ed35c25fbaf30e7a31420870 (patch)
tree503225aabf29d4f968cd150acce6c93280421049
parentbe55d2a39eb399d693d11f37dfa4b87cd2bd3c7a (diff)
hal-common: Remove unused dep
-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 }