aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-11 15:12:13 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-08-11 15:12:13 +0000
commite43f58f322631f588c014f497d29aac986311335 (patch)
tree4ff684b6890583131074a1033210f0ac7abb1d0d /Cargo.toml
parenta5c0a13309164da22025014778cf4d794aec96a6 (diff)
parent5ca84867572d2f96230b8450e77205925f9a1848 (diff)
downloadpin-project-e43f58f322631f588c014f497d29aac986311335.tar.gz
Upgrade rust/crates/pin-project to 1.0.8 am: c1569cc62c am: 02a74e9451 am: 854e9fcb8c am: 5ca8486757
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-project/+/1791108 Change-Id: Ic60b19fff1caa373f70662267f680ba63e0fd2bc
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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 <te316e89@gmail.com>"]
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"