From c1569cc62c4d1c5daf604922102c09fed8a91eb4 Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Mon, 9 Aug 2021 10:36:36 -0700 Subject: Upgrade rust/crates/pin-project to 1.0.8 Test: make Change-Id: I5d34b05966fb665ac1d6a09229743a24d6927742 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5947cc5..be5c598 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ [package] edition = "2018" name = "pin-project" -version = "1.0.7" +version = "1.0.8" authors = ["Taiki Endo "] exclude = ["/.*", "/ci", "/tools"] description = "A crate for safe and ergonomic pin-projection.\n" @@ -25,7 +25,7 @@ repository = "https://github.com/taiki-e/pin-project" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.pin-project-internal] -version = "=1.0.7" +version = "=1.0.8" default-features = false [dev-dependencies.macrotest] version = "1.0.8" -- cgit v1.2.3