aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-05-25 23:18:47 -0700
committerHaibo Huang <hhb@google.com>2020-05-25 23:18:47 -0700
commita63779afdc33bad6bcd0c43cc1ecc1b3d8b6cab1 (patch)
treecafb4d9a3e94719b3f6f4ba0d3fe55f21b3448cf /Cargo.toml.orig
parent53b22487b306fb3c621fbd0f5a55d88645368aa2 (diff)
downloadpaste-a63779afdc33bad6bcd0c43cc1ecc1b3d8b6cab1.tar.gz
Upgrade rust/crates/paste to 0.1.14
Test: None Change-Id: Id1de01679386f2e34f8d9f276a866bb436a2d1cf
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 a790489..2d4833f 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "paste"
-version = "0.1.12"
+version = "0.1.14"
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.12", path = "impl" }
+paste-impl = { version = "=0.1.14", path = "impl" }
proc-macro-hack = "0.5.9"
[dev-dependencies]