aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-05-15 23:36:41 -0700
committerHaibo Huang <hhb@google.com>2020-05-15 23:36:41 -0700
commit2a9ae1e038ae7055abc6377094f5734c9a98de75 (patch)
tree0abc4f2d8acf7ee4bc637fba089b11fbf96d2b0f /Cargo.toml
parent02f14c5d4951383ba6b4a47c25bea980ce6c699e (diff)
downloadproc-macro2-2a9ae1e038ae7055abc6377094f5734c9a98de75.tar.gz
Upgrade rust/crates/proc-macro2 to 1.0.13
Test: None Change-Id: I381957d40d3f8b94d168ebdc1dd31eb4f024b22d
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index edc94b6..d620e31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,12 +13,13 @@
[package]
edition = "2018"
name = "proc-macro2"
-version = "1.0.12"
+version = "1.0.13"
authors = ["Alex Crichton <alex@alexcrichton.com>", "David Tolnay <dtolnay@gmail.com>"]
description = "A substitute implementation of the compiler's `proc_macro` API to decouple\ntoken-based libraries from the procedural macro use case.\n"
documentation = "https://docs.rs/proc-macro2"
readme = "README.md"
keywords = ["macros"]
+categories = ["development-tools::procedural-macro-helpers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/alexcrichton/proc-macro2"
[package.metadata.docs.rs]
@@ -39,5 +40,3 @@ default = ["proc-macro"]
nightly = []
proc-macro = []
span-locations = []
-[badges.travis-ci]
-repository = "alexcrichton/proc-macro2"