Update Rust crate panic-probe to v1 #9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ defmt-rtt = "0.4"
|
||||||
|
|
||||||
cortex-m = { version = "0.7.7" }
|
cortex-m = { version = "0.7.7" }
|
||||||
cortex-m-rt = "0.7.3"
|
cortex-m-rt = "0.7.3"
|
||||||
panic-probe = { version = "0.3", features = ["print-defmt"] }
|
panic-probe = { version = "1.0", features = ["print-defmt"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
serial = []
|
serial = []
|
||||||
|
|
Loading…
Reference in a new issue