From c1311073c0eab8a9f0566dbe0753f80865912a01 Mon Sep 17 00:00:00 2001 From: Haibo Huang Date: Tue, 9 Feb 2021 17:42:22 -0800 Subject: Upgrade rust/crates/pin-project to 1.0.5 Test: make Change-Id: Ib3aa891d12640b626e328863102306eb9f973622 --- Cargo.toml.orig | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Cargo.toml.orig') diff --git a/Cargo.toml.orig b/Cargo.toml.orig index 401635c..454fee7 100644 --- a/Cargo.toml.orig +++ b/Cargo.toml.orig @@ -1,6 +1,6 @@ [package] name = "pin-project" -version = "1.0.3" +version = "1.0.5" authors = ["Taiki Endo "] edition = "2018" license = "Apache-2.0 OR MIT" @@ -8,8 +8,7 @@ repository = "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"] +exclude = ["/.*", "/ci", "/scripts"] description = """ A crate for safe and ergonomic pin-projection. """ @@ -22,18 +21,17 @@ members = [ "pin-project-internal", "tests/auxiliary/macro", "tests/doc", - "tests/expand", "tests/no-core", "tests/no-std", "tests/rust-2015", ] [dependencies] -pin-project-internal = { version = "=1.0.3", path = "pin-project-internal", default-features = false } +pin-project-internal = { version = "=1.0.5", path = "pin-project-internal", default-features = false } [dev-dependencies] pin-project-auxiliary-macro = { path = "tests/auxiliary/macro" } +macrotest = "1.0.8" rustversion = "1" static_assertions = "1" -tempfile = "3" trybuild = "1" -- cgit v1.2.3