aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-05-08 19:25:51 -0700
committerHaibo Huang <hhb@google.com>2020-05-08 19:25:51 -0700
commit40feb9526dcc0e50544db66dce455a30e52c13c5 (patch)
tree47cac41edf46d66689dd826c539c5bcdf2526d6e /METADATA
parent7562ee553dc6d81244d764aa6cfd4e682e522025 (diff)
downloadfutures-sink-40feb9526dcc0e50544db66dce455a30e52c13c5.tar.gz
Upgrade rust/crates/futures-sink to 0.3.5
Test: None Change-Id: If65a7dd1adb2998dabdf099880865edc37e0f875
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA12
1 files changed, 7 insertions, 5 deletions
diff --git a/METADATA b/METADATA
index 9710590..fd37a45 100644
--- a/METADATA
+++ b/METADATA
@@ -1,7 +1,5 @@
name: "futures-sink"
-description:
- "The asynchronous `Sink` trait for the futures-rs library."
-
+description: "The asynchronous `Sink` trait for the futures-rs library."
third_party {
url {
type: HOMEPAGE
@@ -11,7 +9,11 @@ third_party {
type: GIT
value: "https://github.com/rust-lang/futures-rs"
}
- version: "0.3.4"
- last_upgrade_date { year: 2020 month: 3 day: 17 }
+ version: "0.3.5"
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 5
+ day: 8
+ }
}