aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-16 22:42:00 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-16 22:42:00 +0000
commitc723ffec2507ab15ba74ce86d15645cf194d9196 (patch)
tree80c46c7f97eb0158db00b2c4710dd54073c36733 /Cargo.toml.orig
parent410b9e3b15bab1e68feb13f22a5240053b1363c5 (diff)
parent1b1144c17aba196c4ca53e7596a708d993479b39 (diff)
downloadpin-project-c723ffec2507ab15ba74ce86d15645cf194d9196.tar.gz
Change-Id: I6491f6a3cdf0317cb79be18d620105bf3bbfc99b
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig9
1 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 6ba9e9b..120858b 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,11 +1,10 @@
[package]
name = "pin-project"
-version = "1.0.8"
-authors = ["Taiki Endo <te316e89@gmail.com>"]
+version = "1.0.10"
edition = "2018"
+rust-version = "1.37"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/pin-project"
-documentation = "https://docs.rs/pin-project"
keywords = ["pin", "macros", "attribute"]
categories = ["no-std", "rust-patterns"]
exclude = ["/.*", "/ci", "/tools"]
@@ -27,11 +26,11 @@ members = [
]
[dependencies]
-pin-project-internal = { version = "=1.0.8", path = "pin-project-internal", default-features = false }
+pin-project-internal = { version = "=1.0.10", path = "pin-project-internal" }
[dev-dependencies]
pin-project-auxiliary-macro = { path = "tests/auxiliary/macro" }
macrotest = "1.0.8"
rustversion = "1"
static_assertions = "1"
-trybuild = "1"
+trybuild = "1.0.49"