aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-12-09 21:04:04 -0800
committerHaibo Huang <hhb@google.com>2020-12-09 21:04:04 -0800
commit2973429028a1809a32de2915a1dcab3ee5bdf65e (patch)
treeb224e76dae3f8fe91b0763fc30ca54fe4bf7589b /Cargo.toml.orig
parent52654205828d2a354b143fb70b2dda586a0272d9 (diff)
downloadpaste-2973429028a1809a32de2915a1dcab3ee5bdf65e.tar.gz
Upgrade rust/crates/paste to 1.0.4
Test: make Change-Id: Iacf74923c6f7b55c936783ac2526113f81adcf38
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"