summaryrefslogtreecommitdiffstats
path: root/vendor/proc-macro2/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/proc-macro2/Cargo.toml')
-rw-r--r--vendor/proc-macro2/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor/proc-macro2/Cargo.toml b/vendor/proc-macro2/Cargo.toml
index 7fef345e4..b6f170f20 100644
--- a/vendor/proc-macro2/Cargo.toml
+++ b/vendor/proc-macro2/Cargo.toml
@@ -13,7 +13,7 @@
edition = "2018"
rust-version = "1.31"
name = "proc-macro2"
-version = "1.0.50"
+version = "1.0.53"
authors = [
"David Tolnay <dtolnay@gmail.com>",
"Alex Crichton <alex@alexcrichton.com>",
@@ -56,6 +56,9 @@ version = "1.0"
version = "1.0"
default_features = false
+[dev-dependencies.rustversion]
+version = "1"
+
[features]
default = ["proc-macro"]
nightly = []