Skip to content

Commit 4576233

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 c9b10d2 commit 4576233

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-10-13
1114
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["adafruit", "bluefruit", "bluetooth", "protocol"]
1111
license = "MIT OR Apache-2.0"
1212

1313
[dependencies]
14-
defmt = { version = "0.3", optional = true }
14+
defmt = { version = "1.0", optional = true }
1515

1616
rgb = { version = "0.8", optional = true }
1717
serde = { version = "1.0", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)