aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-04-01 16:08:18 -0700
committerJoel Galenson <jgalenson@google.com>2021-04-01 16:08:18 -0700
commit1cd6c3915aa10a5935647c488750e5c244c9d1ee (patch)
tree3fe299262340cc9c3c9634f4ffa6de827f66d08c /Cargo.toml
parent9dcfc0bf6525ca7b6db7bb3bdf78c62567269b17 (diff)
downloadfutures-sink-1cd6c3915aa10a5935647c488750e5c244c9d1ee.tar.gz
Upgrade rust/crates/futures-sink to 0.3.13
Test: make Change-Id: Iaacd05e0dae7ecdf6d00216f8ed08a00a7f9220b
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 38daaa4..e1a3ccd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "futures-sink"
-version = "0.3.12"
+version = "0.3.13"
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"