aboutsummaryrefslogtreecommitdiff
path: root/embassy-hal-common
diff options
context:
space:
mode:
authorBob McWhirter <[email protected]>2021-11-15 11:08:51 -0500
committerBob McWhirter <[email protected]>2021-11-15 11:09:08 -0500
commitc2da49826345e82e7539fce3e96cce203253dc56 (patch)
tree952c7117c7d103c0247a85c2776556c378eeefd8 /embassy-hal-common
parent4e0a0f27febfb00c9b4ec42275ac6b83c98436ea (diff)
Update to defmt 3.0ish.
Lots of gitrevs deps.
Diffstat (limited to 'embassy-hal-common')
-rw-r--r--embassy-hal-common/Cargo.toml7
1 files changed, 1 insertions, 6 deletions
diff --git a/embassy-hal-common/Cargo.toml b/embassy-hal-common/Cargo.toml
index 575007070..2028b0e0c 100644
--- a/embassy-hal-common/Cargo.toml
+++ b/embassy-hal-common/Cargo.toml
@@ -5,16 +5,11 @@ authors = ["Dario Nieuwenhuis <[email protected]>"]
5edition = "2018" 5edition = "2018"
6 6
7[features] 7[features]
8defmt-trace = [ ]
9defmt-debug = [ ]
10defmt-info = [ ]
11defmt-warn = [ ]
12defmt-error = [ ]
13 8
14[dependencies] 9[dependencies]
15embassy = { version = "0.1.0", path = "../embassy" } 10embassy = { version = "0.1.0", path = "../embassy" }
16 11
17defmt = { version = "0.2.3", optional = true } 12defmt = { version = "0.3", optional = true }
18log = { version = "0.4.14", optional = true } 13log = { version = "0.4.14", optional = true }
19cortex-m = "0.7.3" 14cortex-m = "0.7.3"
20usb-device = "0.2.8" 15usb-device = "0.2.8"