aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:03:43 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:03:43 +0000
commit6f1057beaefb2beefa0d13347c23af2370765ef9 (patch)
tree1ba95e3fd1bdae7a7fd9402fbe59779f1b358239 /Cargo.toml
parentc5a0e8e04b77fdd06ce0a8e9d43652675a3a10c5 (diff)
parentc0922ef9095d4690789c57212ef196143b6f3e65 (diff)
downloadfutures-sink-6f1057beaefb2beefa0d13347c23af2370765ef9.tar.gz
Change-Id: I616e81ed7981235f72b764930359cfcbb98df892
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2203c38..0efe922 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,11 +13,12 @@
edition = "2018"
rust-version = "1.36"
name = "futures-sink"
-version = "0.3.21"
+version = "0.3.26"
description = """
The asynchronous `Sink` trait for the futures-rs library.
"""
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"