summaryrefslogtreecommitdiffstats
path: root/vendor/futures-task/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/futures-task/Cargo.toml')
-rw-r--r--vendor/futures-task/Cargo.toml10
1 files changed, 7 insertions, 3 deletions
diff --git a/vendor/futures-task/Cargo.toml b/vendor/futures-task/Cargo.toml
index 0cc029577..48a53bd3d 100644
--- a/vendor/futures-task/Cargo.toml
+++ b/vendor/futures-task/Cargo.toml
@@ -11,13 +11,17 @@
[package]
edition = "2018"
-rust-version = "1.36"
+rust-version = "1.56"
name = "futures-task"
-version = "0.3.19"
-description = "Tools for working with tasks.\n"
+version = "0.3.28"
+description = """
+Tools for working with tasks.
+"""
homepage = "https://rust-lang.github.io/futures-rs"
+readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
+
[package.metadata.docs.rs]
all-features = true