aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-25 23:16:22 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-25 23:16:22 -0700
commita02aacd73ce9467dad010ea9ac090546d6db6c3e (patch)
tree1f88f7e0416450ac7c04768a427186d86ee33b67 /Cargo.toml
parentb9300c46231810c9bebdf691649f48ae8b8838dd (diff)
downloadfutures-sink-a02aacd73ce9467dad010ea9ac090546d6db6c3e.tar.gz
Upgrade rust/crates/futures-sink to 0.3.7
Test: make all rust crates Change-Id: Ibe183335d1873a387f6a6d2e462647f1a37ad478
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 58aef7c..4944486 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,11 +13,11 @@
[package]
edition = "2018"
name = "futures-sink"
-version = "0.3.5"
+version = "0.3.7"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "The asynchronous `Sink` trait for the futures-rs library.\n"
homepage = "https://rust-lang.github.io/futures-rs"
-documentation = "https://docs.rs/futures-sink/0.3.5"
+documentation = "https://docs.rs/futures-sink/0.3.7"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
[package.metadata.docs.rs]