turn git deps into crates.io deps

This commit is contained in:
Jorge Aparicio 2019-09-15 22:57:43 +02:00
parent 9a974585d0
commit 7f1b493c7d
2 changed files with 2 additions and 4 deletions

View file

@ -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 = []