aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
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.orig
parenta63779afdc33bad6bcd0c43cc1ecc1b3d8b6cab1 (diff)
downloadpaste-270970c057108c1b0258fa56864c1ab7082609df.tar.gz
Upgrade rust/crates/paste to 0.1.15
Test: None Change-Id: Ibac349012e35db595f8ca89e31ec80a4da09b5bb
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 2d4833f..28c943d 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "paste"
-version = "0.1.14"
+version = "0.1.15"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -9,7 +9,7 @@ repository = "https://github.com/dtolnay/paste"
readme = "README.md"
[dependencies]
-paste-impl = { version = "=0.1.14", path = "impl" }
+paste-impl = { version = "=0.1.15", path = "impl" }
proc-macro-hack = "0.5.9"
[dev-dependencies]