aboutsummaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2019-09-15 22:57:43 +0200
committerJorge Aparicio <jorge@japaric.io>2019-09-15 22:57:43 +0200
commit7f1b493c7dcda874c88cad6e5f3badd91d8e6989 (patch)
tree2cccb9e69efff46cb5e5333b060de5f0eed960e0 /macros
parent9a974585d0c3e20e860e5d1ad4cf9df501d229d9 (diff)
turn git deps into crates.io deps
Diffstat (limited to 'macros')
-rw-r--r--macros/Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml
index c7cce52..f916818 100644
--- a/macros/Cargo.toml
+++ b/macros/Cargo.toml
@@ -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 = []