aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
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.orig
parent443b81192a3334af2ba82214bc38c60f21fc6e7c (diff)
downloadpaste-69b99531aae988863d98e52cfbc0684e83437cdc.tar.gz
Upgrade rust/crates/paste to 0.1.11
Test: None Change-Id: Ibde2e25e0a141f60e50cd35d27f010a5133a7d45
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 6f0d704..285cd55 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "paste"
-version = "0.1.10"
+version = "0.1.11"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -12,7 +12,7 @@ readme = "README.md"
travis-ci = { repository = "dtolnay/paste" }
[dependencies]
-paste-impl = { version = "=0.1.10", path = "impl" }
+paste-impl = { version = "=0.1.11", path = "impl" }
proc-macro-hack = "0.5.9"
[dev-dependencies]