aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
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"