From 127364b149c24623fd15786790a98af3b5355389 Mon Sep 17 00:00:00 2001 From: Chih-Hung Hsieh Date: Mon, 26 Oct 2020 16:54:29 -0700 Subject: Upgrade rust/crates/pin-project to 1.0.1 * Add missing patches, needed by external_updater Test: make Test: tools/external_updater/updater.sh update --refresh --keep_date rust/crates/pin-project Change-Id: I3738561830ce97903036460713eb3b74700b889e --- Cargo.toml.orig | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'Cargo.toml.orig') 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 "] 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" -- cgit v1.2.3