Skip to content

Commit

Permalink
Update defmt-rtt to fix CI issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Bakker committed Dec 13, 2023
1 parent 97c58dd commit d8daa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ harness = false
cortex-m = "0.7.3"
cortex-m-rt = "0.7.0"
defmt = "0.3.0"
defmt-rtt = "0.3.0"
defmt-rtt = "0.4.0"
defmt-test = "0.3.0"
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
# NB: We use F107 here, which seems to share its SVD file with the F105. The difference is that the
Expand Down

0 comments on commit d8daa08

Please sign in to comment.