Skip to content

Commit

Permalink
Update defmt requirement from 0.2 to 0.3
Browse files Browse the repository at this point in the history
Updates the requirements on [defmt](https://github.com/knurling-rs/defmt) to permit the latest version.
- [Release notes](https://github.com/knurling-rs/defmt/releases)
- [Changelog](https://github.com/knurling-rs/defmt/blob/main/CHANGELOG.md)
- [Commits](knurling-rs/defmt@defmt-v0.2.0...defmt-v0.3.0)

---
updated-dependencies:
- dependency-name: defmt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2021
1 parent 3fff8af commit c464998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ modular-bitfield = "0.11.0"
nb = {version = "1", optional = true}
void = {version = "1", optional = true}

defmt = { version = "0.2", optional = true}
defmt = { version = "0.3", optional = true}
log = { version = "0.4", default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit c464998

Please sign in to comment.