diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml.orig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig index 6f7c786..f543d9b 100644 --- a/Cargo.toml.orig +++ b/Cargo.toml.orig @@ -1,6 +1,6 @@ [package] name = "proc-macro2" -version = "1.0.76" +version = "1.0.81" authors = ["David Tolnay <dtolnay@gmail.com>", "Alex Crichton <alex@alexcrichton.com>"] autobenches = false categories = ["development-tools::procedural-macro-helpers"] @@ -24,8 +24,11 @@ features = ["span-locations"] unicode-ident = "1.0" [dev-dependencies] +flate2 = "1.0" quote = { version = "1.0", default_features = false } +rayon = "1.0" rustversion = "1" +tar = "0.4" [features] proc-macro = [] |