aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-02 21:34:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 21:34:15 +0000
commit7dd4d455b635e6c2fd238d17843c5911fd5f57c0 (patch)
tree33606e3663ed7bfe2c6fdc2fb260ef81d381059e /Cargo.toml.orig
parent29e6060f1a2a712676c834ee8abbfa309fe07403 (diff)
parent5af88c13c3c5afa7f70665ba03d6999029edd86c (diff)
downloadpin-project-7dd4d455b635e6c2fd238d17843c5911fd5f57c0.tar.gz
Upgrade rust/crates/pin-project to 1.0.6 am: a2c3c56704 am: b4dee5c785 am: 5af88c13c3
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-project/+/1662597 Change-Id: Ic983b831c32686e7e4a3a751373b30828617aa7d
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 454fee7..ef46030 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "pin-project"
-version = "1.0.5"
+version = "1.0.6"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
@@ -8,7 +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"]
-exclude = ["/.*", "/ci", "/scripts"]
+exclude = ["/.*", "/ci", "/tools"]
description = """
A crate for safe and ergonomic pin-projection.
"""
@@ -27,7 +27,7 @@ members = [
]
[dependencies]
-pin-project-internal = { version = "=1.0.5", path = "pin-project-internal", default-features = false }
+pin-project-internal = { version = "=1.0.6", path = "pin-project-internal", default-features = false }
[dev-dependencies]
pin-project-auxiliary-macro = { path = "tests/auxiliary/macro" }