diff options
| author | Bob McWhirter <[email protected]> | 2021-11-15 11:08:51 -0500 |
|---|---|---|
| committer | Bob McWhirter <[email protected]> | 2021-11-15 11:09:08 -0500 |
| commit | c2da49826345e82e7539fce3e96cce203253dc56 (patch) | |
| tree | 952c7117c7d103c0247a85c2776556c378eeefd8 /embassy-hal-common | |
| parent | 4e0a0f27febfb00c9b4ec42275ac6b83c98436ea (diff) | |
Update to defmt 3.0ish.
Lots of gitrevs deps.
Diffstat (limited to 'embassy-hal-common')
| -rw-r--r-- | embassy-hal-common/Cargo.toml | 7 |
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]>"] | |||
| 5 | edition = "2018" | 5 | edition = "2018" |
| 6 | 6 | ||
| 7 | [features] | 7 | [features] |
| 8 | defmt-trace = [ ] | ||
| 9 | defmt-debug = [ ] | ||
| 10 | defmt-info = [ ] | ||
| 11 | defmt-warn = [ ] | ||
| 12 | defmt-error = [ ] | ||
| 13 | 8 | ||
| 14 | [dependencies] | 9 | [dependencies] |
| 15 | embassy = { version = "0.1.0", path = "../embassy" } | 10 | embassy = { version = "0.1.0", path = "../embassy" } |
| 16 | 11 | ||
| 17 | defmt = { version = "0.2.3", optional = true } | 12 | defmt = { version = "0.3", optional = true } |
| 18 | log = { version = "0.4.14", optional = true } | 13 | log = { version = "0.4.14", optional = true } |
| 19 | cortex-m = "0.7.3" | 14 | cortex-m = "0.7.3" |
| 20 | usb-device = "0.2.8" | 15 | usb-device = "0.2.8" |
