diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-08-20 15:11:24 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-08-20 15:17:37 +0200 |
| commit | 0e146f8d1142672725b6abb38478f503a9261c80 (patch) | |
| tree | 846aedddb91908ac831cd15f7877d5ccfbd9a039 /macros/Cargo.toml | |
| parent | 2f4f1857788a3c2c5e8b97a5b7cc2c39c26c659f (diff) | |
adapt to changes in rtfm-syntax
Diffstat (limited to 'macros/Cargo.toml')
| -rw-r--r-- | macros/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml index c4e897f..ed7626f 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -15,9 +15,9 @@ version = "0.5.0-alpha.1" proc-macro = true [dependencies] -proc-macro2 = "0.4.30" -quote = "0.6.12" -syn = "0.15.34" +proc-macro2 = "1" +quote = "1" +syn = "1" [dependencies.rtfm-syntax] git = "https://github.com/japaric/rtfm-syntax" |
