Skip to content

Commit ef1ef2c

Browse files
committed
Use crates release of defmt, cargo update
1 parent 71f7363 commit ef1ef2c

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

rtic_v0.5/stm32f0_hid_mouse/Cargo.lock

Lines changed: 14 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rtic_v0.5/stm32f0_hid_mouse/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ version = "0.1.0"
44
authors = ["Roman Valls Guimera <[email protected]>", "Josh Johnson"]
55
edition = "2018"
66

7-
[dependencies.defmt]
8-
git = "https://github.com/knurling-rs/defmt"
9-
branch = "main"
10-
117
[dependencies]
128
embedded-hal = "0.2.4"
9+
defmt = "0.3.2"
1310
usb-device = "0.2.5"
1411
usbd-hid = "0.6.1"
1512
rtt-target = { version = "0.3.1", features = ["cortex-m"] }

0 commit comments

Comments
 (0)