Skip to content

Commit

Permalink
Merge #582
Browse files Browse the repository at this point in the history
582: `panic-probe v0.2.1` r=Urhengulas a=Urhengulas



Co-authored-by: Johann Hemmann <johann.hemmann@code.berlin>
  • Loading branch information
bors[bot] and Urhengulas authored Sep 17, 2021
2 parents 845b443 + 848cf49 commit a8339e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions firmware/panic-probe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ license = "MIT OR Apache-2.0"
name = "panic-probe"
readme = "README.md"
repository = "https://github.com/knurling-rs/defmt"
version = "0.2.0"
version = "0.2.1"

[dependencies]
cortex-m = "0.7.2"
defmt = { version = "0.2.0", path = "../..", optional = true }
rtt-target = { version = "0.3.1", optional = true }
cortex-m = "0.7"
defmt = { version = "0.2", path = "../..", optional = true }
rtt-target = { version = "0.3", optional = true }


[features]
Expand Down

0 comments on commit a8339e2

Please sign in to comment.