aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
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
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')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fcf5ee4..7c1f3ac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "paste"
-version = "0.1.16"
+version = "0.1.18"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Macros for all your token pasting needs"
readme = "README.md"
@@ -22,7 +22,7 @@ repository = "https://github.com/dtolnay/paste"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies.paste-impl]
-version = "=0.1.16"
+version = "=0.1.18"
[dependencies.proc-macro-hack]
version = "0.5.9"