aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2021-02-09 17:13:37 -0800
committerHaibo Huang <hhb@google.com>2021-02-09 17:13:37 -0800
commit8a59626f3e49087a88d99ee0d71e21f2703f316f (patch)
tree9b27563e8127459707db23e633f6bb405669aee7 /Cargo.toml
parent63d8a019ab595a197a56a3b2569e797f5c68a573 (diff)
downloadfutures-sink-8a59626f3e49087a88d99ee0d71e21f2703f316f.tar.gz
Upgrade rust/crates/futures-sink to 0.3.12
Test: make Change-Id: Id7ffb8e6efcb6b7e749108181177b82cc12f544f
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 4944486..38daaa4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,11 +13,11 @@
[package]
edition = "2018"
name = "futures-sink"
-version = "0.3.7"
+version = "0.3.12"
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.7"
+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]