aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-07-26 23:48:05 -0700
committerChih-Hung Hsieh <chh@google.com>2020-07-27 12:03:11 -0700
commit41177158944274fd37d9160370611a61d68f24e7 (patch)
tree75f1ad89d6cebfb3f52ca64b4bdefb8c004c2453 /Cargo.toml
parentd256e487b415463d517809c52c78528e5d5ae036 (diff)
downloadpaste-41177158944274fd37d9160370611a61d68f24e7.tar.gz
Upgrade rust/crates/paste to 1.0.0
* Regenerate .bp file, now libpaste is a proc_macro, not an rlib. Test: make; atest -c --include-subdirs external/rust/crates Change-Id: I257008a9d94c636a6b0b6ebb36feb839f7a895cf
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 3 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7c1f3ac..d4a5861 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "paste"
-version = "0.1.18"
+version = "1.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Macros for all your token pasting needs"
readme = "README.md"
@@ -21,11 +21,9 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/paste"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
-[dependencies.paste-impl]
-version = "=0.1.18"
-[dependencies.proc-macro-hack]
-version = "0.5.9"
+[lib]
+proc-macro = true
[dev-dependencies.rustversion]
version = "1.0"