mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-25 21:19:35 +01:00
turn git deps into crates.io deps
This commit is contained in:
parent
9a974585d0
commit
7f1b493c7d
2 changed files with 2 additions and 4 deletions
|
@ -48,7 +48,7 @@ required-features = ["__v7"]
|
|||
[dependencies]
|
||||
cortex-m = "0.6.0"
|
||||
cortex-m-rtfm-macros = { path = "macros" }
|
||||
rtfm-core = { git = "https://github.com/rtfm-rs/rtfm-core" }
|
||||
rtfm-core = "0.3.0-beta.1"
|
||||
cortex-m-rt = "0.6.9"
|
||||
heapless = "0.5.0"
|
||||
|
||||
|
|
|
@ -18,9 +18,7 @@ proc-macro = true
|
|||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
syn = "1"
|
||||
|
||||
[dependencies.rtfm-syntax]
|
||||
git = "https://github.com/rtfm-rs/rtfm-syntax"
|
||||
rtfm-syntax = "0.4.0-beta.1"
|
||||
|
||||
[features]
|
||||
heterogeneous = []
|
||||
|
|
Loading…
Reference in a new issue