diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-12-16 18:37:36 +0100 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-12-16 18:37:36 +0100 |
| commit | 4345c105963cee061acf26bec207fab2859fb164 (patch) | |
| tree | 741bd7d418f9bca9ee942367047b68d45eb62389 /macros/Cargo.toml | |
| parent | 9757c33b0051900fa6c5581be413880d07a237d2 (diff) | |
properly handle #[cfg] (conditional compilation) on resources
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 1b45fc8..dd5fb54 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -14,12 +14,12 @@ version = "0.4.0-beta.3" proc-macro = true [dependencies] -quote = "0.6.8" -proc-macro2 = "0.4.20" +quote = "0.6.10" +proc-macro2 = "0.4.24" [dependencies.syn] features = ["extra-traits", "full"] -version = "0.15.6" +version = "0.15.23" [dependencies.rand] default-features = false |
