Skip to content

Commit 3add523

Browse files
Merge pull request #51 from rust-embedded/bump-defmt
bump defmt to v1
2 parents 281b715 + b37f506 commit 3add523

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cortex-ar/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

cortex-ar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bitbybit = "1.3.3"
3030
num_enum = { version = "0.7", default-features = false }
3131
critical-section = {version = "1.2.0", features = ["restore-state-u8"], optional = true}
3232
thiserror = { version = "2", default-features = false }
33-
defmt = {version = "0.3", optional = true}
33+
defmt = {version = "1", optional = true}
3434

3535
[build-dependencies]
3636
arm-targets = {version = "0.2.0", path = "../arm-targets"}

0 commit comments

Comments
 (0)