aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
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.orig
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.orig')
-rw-r--r--Cargo.toml.orig10
1 files changed, 3 insertions, 7 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index cbcccc7..216c2f5 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "paste"
-version = "0.1.18"
+version = "1.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -8,16 +8,12 @@ description = "Macros for all your token pasting needs"
repository = "https://github.com/dtolnay/paste"
readme = "README.md"
-[dependencies]
-paste-impl = { version = "=0.1.18", path = "impl" }
-proc-macro-hack = "0.5.9"
+[lib]
+proc-macro = true
[dev-dependencies]
rustversion = "1.0"
trybuild = "1.0"
-[workspace]
-members = ["impl"]
-
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]