aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-06-03 01:41:42 -0700
committerHaibo Huang <hhb@google.com>2020-06-03 01:41:42 -0700
commit254c23129a8f6f6b9e5e5f07bb885cf531fd38f9 (patch)
tree56d0c6abfb002d4a36263a8ce1920ef523657945 /Cargo.toml.orig
parent29fdf7c1d360a70ebeecc21e8f63074d32817e07 (diff)
downloadpaste-254c23129a8f6f6b9e5e5f07bb885cf531fd38f9.tar.gz
Upgrade rust/crates/paste to 0.1.16
Change-Id: Icee61b7f90428814648ee32dae4756c9d61fe329
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 28c943d..2a1eaf8 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "paste"
-version = "0.1.15"
+version = "0.1.16"
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.15", path = "impl" }
+paste-impl = { version = "=0.1.16", path = "impl" }
proc-macro-hack = "0.5.9"
[dev-dependencies]