newAM / stm32wl-lightswitch-demo

Demo project for the stm32wlxx-hal
MIT License
7 stars 2 forks source link

build(deps): bump panic-probe from 0.3.0 to 0.3.1 #92

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps panic-probe from 0.3.0 to 0.3.1.

Release notes

Sourced from panic-probe's releases.

defmt v0.3.1

What's Changed

New Contributors

Full Changelog: https://github.com/knurling-rs/defmt/compare/defmt-v0.2.3...defmt-v0.3.1

Changelog

Sourced from panic-probe's changelog.

[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 #661: knurling-rs/defmt#661 #656: knurling-rs/defmt#656 #630: knurling-rs/defmt#630

Changed

  • #659: mark extern::acquire() and extern::release() as unsafe. this is not a breaking change; this is an internal API
  • #640: use crate critical-section in defmt-rtt
  • #634: update ELF parsing dependencies
  • #633: make RTT buffer size configurable
  • #626: Make errror message more meaningful in case of version-mismatch

#659: knurling-rs/defmt#659 #640: knurling-rs/defmt#640 #634: knurling-rs/defmt#634 #633: knurling-rs/defmt#633 #626: knurling-rs/defmt#626

Commits
  • 064ba39 Merge #745
  • 68fb261 Update CHANGELOG.md
  • 3789241 Prepare release
  • 59c14b9 Merge #744
  • f2de4ba defmt-parser: Fold index_err tests into error_msg tests
  • 7287f07 defmt-parser: Fold range_err tests into error_msg tests
  • 0d0bd74 defmt-parser: Fold stray_braces tests into error_msg tests
  • 0a2715d Update CHANGELOG.md
  • ccc283a defmt-parser: Simplify DisplayHint::parse
  • 7a1ce9e defmt-parser: Make fn fn parse_display_hint the DisplayHint-constructor
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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)