aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-06-21 13:42:13 -0700
committerJoel Galenson <jgalenson@google.com>2021-06-21 13:42:13 -0700
commitd363fd51c739d25cf270277693db1c4224c675e0 (patch)
tree4a6a3fc22d07fc157bf58c66fc5439dfd2081c90 /Cargo.toml
parent06b6ec01f2eef8771d1fdec278454edb63a0f528 (diff)
downloadproc-macro2-d363fd51c739d25cf270277693db1c4224c675e0.tar.gz
Upgrade rust/crates/proc-macro2 to 1.0.27
Test: make Change-Id: I66869c4d506555c12bd054d731e818b2aafa6720
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3bb4b8e..57fbf1b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "proc-macro2"
-version = "1.0.26"
+version = "1.0.27"
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"