nrf-rs / nrf-hal

A Rust HAL for the nRF family of devices
Apache License 2.0
484 stars 134 forks source link

Update defmt-rtt requirement from 0.3.0 to 0.4.0 in /nrf52840-hal-tests #463

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on defmt-rtt to permit the latest version.

Changelog

Sourced from defmt-rtt's changelog.

defmt-decoder v0.3.3, defmt-macros v0.3.3, defmt-print v0.3.3, vdefmt-rtt 0.4.0

  • #704: Release defmt-macros 0.3.3, defmt-print 0.3.3, defmt-rtt 0.4.0
  • #703: defmt-print: Update to clap 4.0.
  • #701: defmt-rtt: Pre-relase cleanup
  • #695: defmt-rtt: Refactor rtt [3/2]
  • #689: defmt-rtt: Update to critical-section 1.0
  • #692: defmt-macros: Wrap const fn in const item to ensure compile-time-evaluation.
  • #690: defmt-decoder, defmt-parser: Satisfy clippy
  • #688: Release defmt-decoder 0.3.3
  • #687: CI: Re-enable qemu-snapshot (nightly) tests
  • #686: CI: Temporarily disable qemu-snapshot (nightly)
  • #684: defmt-macros: Fix syn dependency version.
  • #683: defmt-rtt: Make sure the whole RTT structure is in RAM
  • #682: defmt-print: exit when stdin is closed
  • #681: defmt-decoder, defmt-parser:Make use of i/o locking being static since rust 1.61.
  • #679: CI: Add changelog enforcer
  • #678: defmt, defmt-decoder, defmt-macros, defmt-parser: Satisfy clippy

#704: knurling-rs/defmt#704 #703: knurling-rs/defmt#703 #701: knurling-rs/defmt#701 #695: knurling-rs/defmt#695 #692: knurling-rs/defmt#692 #690: knurling-rs/defmt#690 #688: knurling-rs/defmt#688 #687: knurling-rs/defmt#687 #686: knurling-rs/defmt#686 #684: knurling-rs/defmt#684 #683: knurling-rs/defmt#683 #682: knurling-rs/defmt#682 #681: knurling-rs/defmt#681 #679: knurling-rs/defmt#679 #678: knurling-rs/defmt#678 #719: knurling-rs/defmt#719

[v0.3.2] - 2022-05-31

  • #675: Release defmt 0.3.2 and fix defmt-macros-releated compile-error
  • #669: Refine docs for --json flag

[v0.3.1] - 2022-03-10

Added

  • #662: #[derive(Format)] now accepts attribute fields to format fields using the Debug2Format adapter instead of a Format implementation.
  • #661: Add tests for Cell types
  • #656: Implement defmt::Format for Cell and RefCell
  • #630: Add test instructions to README.md

#662: knurling-rs/defmt#662

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)