korken89 / fugit

`fugit` provides a comprehensive library of `Duration` and `Instant` for the handling of time in embedded systems, doing all it can at compile time.
Apache License 2.0
55 stars 16 forks source link

Update defmt requirement from 0.2.3 to 0.3.0 #9

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on defmt to permit the latest version.

Release notes

Sourced from defmt's releases.

defmt v0.3.0

What's Changed

... (truncated)

Changelog

Sourced from defmt's changelog.

[v0.3.0] - 2021-11-09

  • #618: Support #[ignore] attribute in defmt_test
  • #621: Readme Diagram: Replace duplicate defmt-itm with defmt-rtt
  • #617: Add display hint to output u64 as ISO8601 time
  • #620: Tidy up: remove unused code and dependencies
  • #619: Update all crates to rust edition 2021! 🎉
  • #610: defmt-print: Log if malformed frame gets skipped
  • #547: Migration guide v0.2.x to v0.3.0
  • #604: defmt-test: #[cfg(test)] the #[defmt_test::tests] module
  • #616: Update user guide part of the book
  • #615: Document how to deal with backward compatibility breakage
  • #614: Bugfix: decoder breaks with pipe symbol
  • #605: Properly handle the off pseudo-level in presence of nested logging directives
  • #611: Fix cargo doc-warnings
  • #608: decoder: Fix that defmt::println! shows leading space when timestamps are disabled
  • #601: Move crate defmt to defmt/
  • #600: Run snapshot & backcompat tests in dev mode only
  • #519: Target-side env_logger-like env filter
  • #592: xtask: add backward compability test
  • #598: defmt-print: Recover from decoding-errors
  • #569: Add defmt println! macro
  • #580: Structure defmt::export
  • #594: panic-probe: use UDF instruction on nested panics
  • #591: Remove timestamps from snapshot test
  • #585: Add xtask option to run a single snapshot test by name
  • #589: Implement Format for arrays of any length
  • #587: Tweak inline attributes to remove machine code duplication
  • #574: Refactor rtt [1/2]
  • #584: Remove outdated doc "you may only call write! once"
  • #582: Release of panic-probe v0.2.1
  • #581: Add impl for alloc::Layout
  • #579: defmt-rtt: fix check for blocking RTT
  • #577: Fix typo in cfg of encoding-feature-compile_error!
  • #578: qemu: Allow dead code
  • #550: defmt::flush()
  • #572: defmt-decoder: impl TryFrom<Option<String>> for Encoding
  • #570: Support referring to Self in bitflags constants
  • #568: Encoding docs.
  • #564: Make order of bitflags values deterministic
  • #561: Remove unused cortex-m-rt in panic-probe a=Dirbaio
  • #562: Remove call to fill in user survey from README
  • #560: Update cortex-m-rt crate from 0.6 to 0.7
  • #557: Add impl for TryFromSliceError
  • #556: Add impl for TryFromIntError
  • #551: Display git version & date to introduction section
  • #540: Separate "crate version" from "wire format version
  • #549: Fix clippy warnings.
  • #545: Revert "build.rs: Obtain version from macro; simplify"
  • #539: Add optional rzCOBS encoding+framing

... (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 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)
bors[bot] commented 2 years ago

Build succeeded: