Merge pull request #22 from knurling-rs/crates-io

use crates.io versions
This commit is contained in:
Jorge Aparicio
2020-11-12 11:10:06 +01:00
committed by GitHub
3 changed files with 8 additions and 32 deletions
+3 -12
View File
@@ -8,21 +8,12 @@ version = "0.1.0"
[workspace]
members = ["testsuite"]
[dependencies.defmt]
git = "https://github.com/knurling-rs/defmt"
branch = "main"
[dependencies.defmt-rtt]
git = "https://github.com/knurling-rs/defmt"
branch = "main"
[dependencies.panic-probe]
git = "https://github.com/knurling-rs/probe-run"
branch = "main"
[dependencies]
cortex-m = "0.6.4"
cortex-m-rt = "0.6.13"
defmt = "0.1.0"
defmt-rtt = "0.1.0"
panic-probe = { version = "0.1.0", features = ["print-defmt"] }
# TODO(4) enter your HAL here
# some-hal = "1.2.3"