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/).
20
20
21
21
- MMU code: Use more ` arbitrary-int ` types for MMU configuration bits.
22
22
- Renamed ` L1Section::new ` to ` L1Section::new_with_addr_and_attrs ` .
23
+ - Bumped ` defmt ` to v1
23
24
24
25
## [ v0.2.0]
25
26
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ bitbybit = "1.3.3"
30
30
num_enum = { version = " 0.7" , default-features = false }
31
31
critical-section = {version = " 1.2.0" , features = [" restore-state-u8" ], optional = true }
32
32
thiserror = { version = " 2" , default-features = false }
33
- defmt = {version = " 0.3 " , optional = true }
33
+ defmt = {version = " 1 " , optional = true }
34
34
35
35
[build-dependencies ]
36
36
arm-targets = {version = " 0.2.0" , path = " ../arm-targets" }
You can’t perform that action at this time.
0 commit comments