Skip to content

Commit 5b11dde

Browse files
author
Henrik Snöman
committed
Updated defmt to 1.0.0
1 parent e50fa5f commit 5b11dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cortex-m = { version = "^0.7.7", features = ["critical-section-single-core"] }
6161
stm32h5 = { package = "stm32h5-staging", version = "0.18.1" }
6262
fugit = "0.3.7"
6363
embedded-hal = "1.0.0"
64-
defmt = { version = "0.3.8", optional = true }
64+
defmt = { version = "1.0.0", optional = true }
6565
paste = "1.0.15"
6666
log = { version = "0.4.20", optional = true}
6767

0 commit comments

Comments
 (0)