aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-12-10 12:45:42 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-12-10 12:45:42 +0000
commit9f76aa4f687e55976a97318b4f6a14780e8a30fe (patch)
treeb224e76dae3f8fe91b0763fc30ca54fe4bf7589b /Cargo.toml.orig
parent10e5cdba1f7862c32203ba4f4aa90c603c0d2578 (diff)
parent82c677f82621eba85fb17125fcb71d8c4a082a11 (diff)
downloadpaste-9f76aa4f687e55976a97318b4f6a14780e8a30fe.tar.gz
Upgrade rust/crates/paste to 1.0.4 am: 2973429028 am: 82c677f826
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/paste/+/1522628 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6154050c67a8c1af49cad70f6be21350c21a6942
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index e0b2223..ec7baa1 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "paste"
-version = "1.0.3"
+version = "1.0.4"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -13,6 +13,7 @@ readme = "README.md"
proc-macro = true
[dev-dependencies]
+paste-test-suite = { version = "0", path = "tests/macros" }
rustversion = "1.0"
trybuild = "1.0"