Skip to content

Commit 3883682

Browse files
committed
update to defmt 1.0
`defmt` released v1.0 and used the semver trick (releasing v0.3.100) to make updating to it non-breaking.
1 parent 061a69a commit 3883682

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
### Changed
10+
11+
* Updated to `defmt` 1.0 (non-breaking change, backwards compatible with 0.3 through semver trick)
912

1013
## [1.0.0] - 2024-09-23
1114
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors = ["Ralph Ursprung <[email protected]>", "ripytide <james.forster
1616
[dependencies]
1717
embedded-hal = "1.0"
1818

19-
defmt = { version = "0.3", optional = true }
19+
defmt = { version = "1.0", optional = true }
2020

2121
[dev-dependencies]
2222
embedded-hal-mock = { version = "0.11", default-features = false, features = ["eh1"] }

0 commit comments

Comments
 (0)