mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fix mistakes in dependencies
This commit is contained in:
parent
14b1811182
commit
5a3605050e
2 changed files with 1 additions and 5 deletions
|
@ -17,10 +17,6 @@ cortex-m = "0.4.0"
|
|||
cortex-m-rtfm-macros = { path = "macros", version = "0.3.1" }
|
||||
rtfm-core = "0.2.0"
|
||||
untagged-option = "0.1.1"
|
||||
syn = "0.14.2"
|
||||
quote = "0.6.3"
|
||||
proc-macro2 = "0.4.6"
|
||||
failure = "0.1.1"
|
||||
|
||||
[target.'cfg(target_arch = "x86_64")'.dev-dependencies]
|
||||
compiletest_rs = "0.3.5"
|
||||
|
|
|
@ -13,7 +13,7 @@ version = "0.3.1"
|
|||
failure = "0.1.1"
|
||||
proc-macro2 = "0.4.6"
|
||||
quote = "0.6.3"
|
||||
rtfm-syntax = {git = "https://github.com/chocol4te/rtfm-syntax.git"}
|
||||
rtfm-syntax = "0.3.4"
|
||||
syn = "0.14.2"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue