aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-02 20:49:16 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 20:49:16 +0000
commit5af88c13c3c5afa7f70665ba03d6999029edd86c (patch)
tree33606e3663ed7bfe2c6fdc2fb260ef81d381059e /Cargo.toml.orig
parent17c2dc0947a705f204ff324f0af1d661c3f7b5a0 (diff)
parentb4dee5c78599b3e8c41a67bf1816606f516504b4 (diff)
downloadpin-project-5af88c13c3c5afa7f70665ba03d6999029edd86c.tar.gz
Upgrade rust/crates/pin-project to 1.0.6 am: a2c3c56704 am: b4dee5c785
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/pin-project/+/1662597 Change-Id: Id3ba3f6b5559d10da857692affdddb83f018bd58
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" }