aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig11
1 files changed, 8 insertions, 3 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 1f3ae36..ef428f0 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "pin-project"
-version = "0.4.23"
+version = "1.0.1"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
@@ -20,7 +20,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[workspace]
members = [
"pin-project-internal",
- "tests/ui/auxiliary",
+ "tests/auxiliary/macro",
"tests/doc",
"tests/expand",
"tests/no-core",
@@ -29,5 +29,10 @@ members = [
]
[dependencies]
-pin-project-internal = { version = "=0.4.23", path = "pin-project-internal", default-features = false }
+pin-project-internal = { version = "=1.0.1", path = "pin-project-internal", default-features = false }
+[dev-dependencies]
+pin-project-auxiliary-macro = { version = "0", path = "tests/auxiliary/macro" }
+rustversion = "1"
+static_assertions = "1"
+trybuild = "1"