summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-02 16:21:21 +0000
committerDavid LeGare <legare@google.com>2022-03-02 16:21:21 +0000
commitfa4ad9538a1237993e6c6eb4ed6d95947b010cd7 (patch)
tree6b24ddd0d0285a3b0e3ee80782f20a11ca2703dc /Cargo.toml.orig
parent8a162e8e9f240ea957a52fb2796bfa36a6af671c (diff)
downloadpin-project-internal-fa4ad9538a1237993e6c6eb4ed6d95947b010cd7.tar.gz
Update pin-project-internal to 1.0.10
Test: cd external/rust/crates && atest --host -c Change-Id: Ifa47ca5b4f7f69191a41e910d5a2a312ea69d5ad
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 3d0c564..78c2f44 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,11 +1,9 @@
[package]
name = "pin-project-internal"
-version = "1.0.8"
-authors = ["Taiki Endo <te316e89@gmail.com>"]
+version = "1.0.10"
edition = "2018"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/pin-project"
-documentation = "https://docs.rs/pin-project-internal"
keywords = ["pin", "macros", "attribute"]
categories = ["no-std", "rust-patterns"]
description = """