aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-04-27 13:16:43 -0700
committerHaibo Huang <hhb@google.com>2020-04-27 13:16:43 -0700
commit69b99531aae988863d98e52cfbc0684e83437cdc (patch)
tree148c8cf369134868420f481a91ede93274ca06da /Cargo.toml
parent443b81192a3334af2ba82214bc38c60f21fc6e7c (diff)
downloadpaste-69b99531aae988863d98e52cfbc0684e83437cdc.tar.gz
Upgrade rust/crates/paste to 0.1.11
Test: None Change-Id: Ibde2e25e0a141f60e50cd35d27f010a5133a7d45
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f9d3ead..c3f415c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "paste"
-version = "0.1.10"
+version = "0.1.11"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Macros for all your token pasting needs"
readme = "README.md"
@@ -22,7 +22,7 @@ repository = "https://github.com/dtolnay/paste"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies.paste-impl]
-version = "=0.1.10"
+version = "=0.1.11"
[dependencies.proc-macro-hack]
version = "0.5.9"