Skip to content

Commit

Permalink
Merge pull request #1 from ansg191/dependabot/cargo/defmt-0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ansg191 authored Mar 10, 2024
2 parents bc975ed + 839065e commit 260d0b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sizing = []
# Cortex-M features
cortex-m = { version = "0.7.7", features = ["critical-section-single-core"] }
# Debug logging
defmt = { version = "0.3.5", features = ["encoding-rzcobs"] }
defmt = { version = "0.3.6", features = ["encoding-rzcobs"] }
# Logging defmt over RTT
defmt-rtt = "0.4.0"
# Embedded-hal traits
Expand Down

0 comments on commit 260d0b6

Please sign in to comment.