Skip to content

Commit 79605d1

Browse files
committed
Update defmt
1 parent 49eb4bc commit 79605d1

File tree

8 files changed

+265
-262
lines changed

8 files changed

+265
-262
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## Unreleased
99

1010
## [0.6.1]
11+
1112
### Added
1213

1314
- Support [Ariel OS](https://ariel-os.org).
1415
- Support to run test on the host/std for Ariel OS.
1516

17+
### Changed
18+
- Updated defmt 0.3.8 => 1
19+
20+
1621
## [0.6.0]
1722

1823
### Added

Cargo.lock

+62-80
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde-json-core = { version = "0.5.1" }
1919
heapless = "0.8.0"
2020

2121
# Optional dependencies
22-
defmt = { version = "0.3.8", optional = true }
22+
defmt = { version = "1", optional = true }
2323
log = { version = "0.4.20", optional = true }
2424
embassy-executor = { version = "0.7.0", optional = true, default-features = false }
2525

0 commit comments

Comments
 (0)