File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
2121- MMU code: Use more ` arbitrary-int ` types for MMU configuration bits.
2222- Renamed ` L1Section::new ` to ` L1Section::new_with_addr_and_attrs ` .
23+ - Bumped ` defmt ` to v1
2324
2425## [ v0.2.0]
2526
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ bitbybit = "1.3.3"
3030num_enum = { version = " 0.7" , default-features = false }
3131critical-section = {version = " 1.2.0" , features = [" restore-state-u8" ], optional = true }
3232thiserror = { version = " 2" , default-features = false }
33- defmt = {version = " 0.3 " , optional = true }
33+ defmt = {version = " 1 " , optional = true }
3434
3535[build-dependencies ]
3636arm-targets = {version = " 0.2.0" , path = " ../arm-targets" }
You can’t perform that action at this time.
0 commit comments