aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-02 16:21:19 +0000
committerDavid LeGare <legare@google.com>2022-03-02 16:21:19 +0000
commit9bc9a9ce621b1d32f98cea7cc5152c1e7df41c29 (patch)
tree293797d0942b5af981dc60556bb9012cfea101df /Cargo.toml
parent27d772bfc069d930e649cf0ccf64bcf99f6197ab (diff)
downloadfutures-sink-9bc9a9ce621b1d32f98cea7cc5152c1e7df41c29.tar.gz
Update futures-sink to 0.3.21
Test: cd external/rust/crates && atest --host -c Change-Id: I9b50caea05edea2a215bf8bb145870e656fd1e4e
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 6 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 824c97b..2203c38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,14 +11,16 @@
[package]
edition = "2018"
+rust-version = "1.36"
name = "futures-sink"
-version = "0.3.17"
-authors = ["Alex Crichton <alex@alexcrichton.com>"]
-description = "The asynchronous `Sink` trait for the futures-rs library.\n"
+version = "0.3.21"
+description = """
+The asynchronous `Sink` trait for the futures-rs library.
+"""
homepage = "https://rust-lang.github.io/futures-rs"
-documentation = "https://docs.rs/futures-sink/0.3"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
+
[package.metadata.docs.rs]
all-features = true