aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-05-25 23:19:03 -0700
committerHaibo Huang <hhb@google.com>2020-05-25 23:19:03 -0700
commitf5ffad39744bfa7d9d8041737da0e4cff1a791d4 (patch)
tree3e74b89dc79b68576d6b68340ca040274a642fd7 /Cargo.toml
parentd5ad55beb37d1fd9ff3427bd589c019b84cb1b3b (diff)
downloadproc-macro-hack-f5ffad39744bfa7d9d8041737da0e4cff1a791d4.tar.gz
Upgrade rust/crates/proc-macro-hack to 0.5.16
Test: None Change-Id: If211fb7376a0bee11173aac2e3681e0b785e1eb0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 66f7685..102757c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "proc-macro-hack"
-version = "0.5.15"
+version = "0.5.16"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Procedural macros in expression position"
readme = "README.md"
@@ -42,5 +42,3 @@ version = "1.0.5"
[dev-dependencies.trybuild]
version = "1.0"
-[badges.travis-ci]
-repository = "dtolnay/proc-macro-hack"