aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-26 17:32:58 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-26 17:32:58 -0700
commita7d72307ee249b629d6de0f312ab873abc881287 (patch)
tree6fe08166e7445c7d658490296d3912b5edf9e94c /METADATA
parente0c0907593ac36ac6446144ebc51cc9880affa87 (diff)
downloadmio-a7d72307ee249b629d6de0f312ab873abc881287.tar.gz
Upgrade rust/crates/mio to 0.7.4
Test: make Change-Id: Id3b629998f13f89246946b2c1f1ba9a4507c2ec0
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA14
1 files changed, 8 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index 2b8050c..34c31cd 100644
--- a/METADATA
+++ b/METADATA
@@ -1,7 +1,5 @@
name: "mio"
-description:
- "Lightweight non-blocking IO"
-
+description: "Lightweight non-blocking IO"
third_party {
url {
type: HOMEPAGE
@@ -9,9 +7,13 @@ third_party {
}
url {
type: ARCHIVE
- value: "https://static.crates.io/crates/mio/mio-0.7.3.crate"
+ value: "https://static.crates.io/crates/mio/mio-0.7.4.crate"
}
- version: "0.7.3"
- last_upgrade_date { year: 2020 month: 10 day: 16 }
+ version: "0.7.4"
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 10
+ day: 26
+ }
}