From 7f1b493c7dcda874c88cad6e5f3badd91d8e6989 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sun, 15 Sep 2019 22:57:43 +0200 Subject: turn git deps into crates.io deps --- macros/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'macros') 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 = [] -- cgit v1.2.3