diff options
| author | Ferdia McKeogh <chocol4te@users.noreply.github.com> | 2018-06-07 11:45:11 +0100 |
|---|---|---|
| committer | Ferdia McKeogh <chocol4te@users.noreply.github.com> | 2018-06-07 11:45:11 +0100 |
| commit | 14b18111821d8e1929df149a8782e9b7c761b1ff (patch) | |
| tree | afa829e305becf0be98b3dd86fc52c256edf7805 /macros/Cargo.toml | |
| parent | 53dbbad891e1c223ba5b1939e114b37667011f11 (diff) | |
Fix "Could not find `Op` in `proc_macro`"
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index d36499e..5121e7f 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -11,10 +11,10 @@ version = "0.3.1" [dependencies] failure = "0.1.1" -proc-macro2 = "0.3.6" -quote = "0.5.1" -rtfm-syntax = "0.3.0" -syn = "0.13.1" +proc-macro2 = "0.4.6" +quote = "0.6.3" +rtfm-syntax = {git = "https://github.com/chocol4te/rtfm-syntax.git"} +syn = "0.14.2" [lib] proc-macro = true |
