Skip to content

Commit 9900def

Browse files
committed
Update defmt to 0.3.0+
1 parent 9894650 commit 9900def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cfg-if = "1.0.0"
3232
cortex-m = "0.7.7"
3333
cortex-m-rt = "0.7.3"
3434
critical-section = "1.1.2"
35-
defmt = { version = ">=0.2.3, <0.4.0", optional = true }
35+
defmt = { version = ">=0.3.0, <0.4.0", optional = true }
3636
embedded-dma = "0.2.0"
3737
embedded-hal = { version = "0.2.7", features = ["unproven"] }
3838
embedded-time = "0.12.1"

0 commit comments

Comments
 (0)