aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-05-29 00:41:17 -0700
committerHaibo Huang <hhb@google.com>2020-05-29 00:41:17 -0700
commit270970c057108c1b0258fa56864c1ab7082609df (patch)
tree8903fcc3a643927d258746d353175e1889d96128 /Cargo.toml
parenta63779afdc33bad6bcd0c43cc1ecc1b3d8b6cab1 (diff)
downloadpaste-270970c057108c1b0258fa56864c1ab7082609df.tar.gz
Upgrade rust/crates/paste to 0.1.15
Test: None Change-Id: Ibac349012e35db595f8ca89e31ec80a4da09b5bb
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 12ad9f0..0e2b6da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "paste"
-version = "0.1.14"
+version = "0.1.15"
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.14"
+version = "=0.1.15"
[dependencies.proc-macro-hack]
version = "0.5.9"