aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-01-05 21:36:23 -0800
committerHaibo Huang <hhb@google.com>2021-01-05 21:36:23 -0800
commit803535edf46cf1e4d0b092b6b2e52ae776b41711 (patch)
treeb4a59a0bf295d7cc3837dd372b5068cb95023fc6 /Cargo.toml
parent438febf9aeb3ae1f64584c3e316bde5abe74c6ed (diff)
downloadpin-project-803535edf46cf1e4d0b092b6b2e52ae776b41711.tar.gz
Upgrade rust/crates/pin-project to 1.0.3
Test: make Change-Id: I40b14687ddecaafea9fb37915b89a22937816bb6
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 88db287..79ba823 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,10 +13,10 @@
[package]
edition = "2018"
name = "pin-project"
-version = "1.0.2"
+version = "1.0.3"
authors = ["Taiki Endo <te316e89@gmail.com>"]
+exclude = ["/.github", "/ci", "/scripts"]
description = "A crate for safe and ergonomic pin-projection.\n"
-homepage = "https://github.com/taiki-e/pin-project"
documentation = "https://docs.rs/pin-project"
readme = "README.md"
keywords = ["pin", "macros", "attribute"]
@@ -26,16 +26,16 @@ 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.2"
+version = "=1.0.3"
default-features = false
-[dev-dependencies.pin-project-auxiliary-macro]
-version = "0"
-
[dev-dependencies.rustversion]
version = "1"
[dev-dependencies.static_assertions]
version = "1"
+[dev-dependencies.tempfile]
+version = "3"
+
[dev-dependencies.trybuild]
version = "1"