embedded-trainings-2020/common/panic-log/Cargo.toml
Jorge Aparicio ec03653be4 bump cortex-m versions
to ensure we use versions that don't have debuginfo issues which break probe-run backtraces
2021-01-21 14:03:57 +01:00

11 lines
209 B
TOML

[package]
authors = ["Jorge Aparicio <jorge.aparicio@ferrous-systems.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
name = "panic-log"
version = "0.0.0"
[dependencies]
cortex-m = "0.6.4"
log = "0.4.8"