diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-06-13 23:56:59 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-06-13 23:56:59 +0200 |
| commit | 81275bfa4f41e2066770087f3a33cad4227eab41 (patch) | |
| tree | c779a68e7cecf4c2613c7593376f980cea5dbc05 /macros/Cargo.toml | |
| parent | fafeeb27270ef24fc3852711c6032f65aa7dbcc0 (diff) | |
rtfm-syntax refactor + heterogeneous multi-core support
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index df20f8c..2854dad 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -15,12 +15,12 @@ version = "0.5.0-alpha.1" proc-macro = true [dependencies] -quote = "0.6.10" -proc-macro2 = "0.4.24" +proc-macro2 = "0.4.30" +quote = "0.6.12" +syn = "0.15.34" -[dependencies.syn] -features = ["extra-traits", "full"] -version = "0.15.23" +[dependencies.rtfm-syntax] +git = "https://github.com/japaric/rtfm-syntax" [features] -timer-queue = []
\ No newline at end of file +heterogeneous = [] |
