aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-07-10 20:23:14 -0700
committerChih-Hung Hsieh <chh@google.com>2020-07-13 22:20:17 -0700
commitd256e487b415463d517809c52c78528e5d5ae036 (patch)
tree11ec154456711f5d2bfd560dc019df26abc5c6d4 /Cargo.toml.orig
parent09db3ec8f3483326c6dac3db6512639e293f2aa1 (diff)
downloadpaste-d256e487b415463d517809c52c78528e5d5ae036.tar.gz
Upgrade rust/crates/paste to 0.1.18android-r-beta-3android-r-beta-2
* Keep local change in src/lib.rs. Test: make Change-Id: I68198b6e8ee2aadd5847d613ed80091901a4f0b6
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 2a1eaf8..cbcccc7 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "paste"
-version = "0.1.16"
+version = "0.1.18"
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.16", path = "impl" }
+paste-impl = { version = "=0.1.18", path = "impl" }
proc-macro-hack = "0.5.9"
[dev-dependencies]