aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-04-17 14:32:19 -0700
committerChih-Hung Hsieh <chh@google.com>2020-04-17 14:56:54 -0700
commit443b81192a3334af2ba82214bc38c60f21fc6e7c (patch)
treef194791b298b023f2ef01c3e38d8fe6f662b9266 /Cargo.toml.orig
parent1e8b07068e8a586ce0b2d66e46a5d435fdb842f8 (diff)
downloadpaste-443b81192a3334af2ba82214bc38c60f21fc6e7c.tar.gz
Add OWNERS; upgrade to 0.1.10
Test: make Change-Id: Ic829168a6947d2d67d245439f4fe33a91a5fba75
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig11
1 files changed, 9 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 1758544..6f0d704 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "paste"
-version = "0.1.7"
+version = "0.1.10"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -12,8 +12,15 @@ readme = "README.md"
travis-ci = { repository = "dtolnay/paste" }
[dependencies]
-paste-impl = { version = "=0.1.7", path = "impl" }
+paste-impl = { version = "=0.1.10", path = "impl" }
proc-macro-hack = "0.5.9"
+[dev-dependencies]
+rustversion = "1.0"
+trybuild = "1.0"
+
[workspace]
members = ["impl"]
+
+[package.metadata.docs.rs]
+targets = ["x86_64-unknown-linux-gnu"]