aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-01-06 22:43:51 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-01-06 22:43:51 +0000
commit1f8d1834e3d402e53170cd757f0554d2984688ab (patch)
treeb4a59a0bf295d7cc3837dd372b5068cb95023fc6 /Cargo.toml.orig
parent4dd54eb67e71737befa7207f038aec494aa80687 (diff)
parentedabc1003f5edda8ceb99e8e5a588da2a484b187 (diff)
downloadpin-project-1f8d1834e3d402e53170cd757f0554d2984688ab.tar.gz
Upgrade rust/crates/pin-project to 1.0.3 am: 803535edf4 am: edabc1003f
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-project/+/1541052 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I2e130330b18707de5b0d9e312fe4f7a323f560f6
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 7d31bb0..401635c 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,15 +1,15 @@
[package]
name = "pin-project"
-version = "1.0.2"
+version = "1.0.3"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/pin-project"
-homepage = "https://github.com/taiki-e/pin-project"
documentation = "https://docs.rs/pin-project"
keywords = ["pin", "macros", "attribute"]
categories = ["no-std", "rust-patterns"]
readme = "README.md"
+exclude = ["/.github", "/ci", "/scripts"]
description = """
A crate for safe and ergonomic pin-projection.
"""
@@ -29,10 +29,11 @@ members = [
]
[dependencies]
-pin-project-internal = { version = "=1.0.2", path = "pin-project-internal", default-features = false }
+pin-project-internal = { version = "=1.0.3", path = "pin-project-internal", default-features = false }
[dev-dependencies]
-pin-project-auxiliary-macro = { version = "0", path = "tests/auxiliary/macro" }
+pin-project-auxiliary-macro = { path = "tests/auxiliary/macro" }
rustversion = "1"
static_assertions = "1"
+tempfile = "3"
trybuild = "1"