aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-12 00:51:07 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-12 00:51:07 -0700
commit1ea29df5bc49c546c3362a881a582838f397cf85 (patch)
tree4de4f47be66c058a5ec2be9ccf589b5bfbacf2d3
parent261516ff4ce6bae69c19aedfa35e7b7466a77819 (diff)
downloadryu-1ea29df5bc49c546c3362a881a582838f397cf85.tar.gz
Copy description from Cargo.toml to METADATA
Test: make Change-Id: I005b65bdb81223be81f34fc3a320142b230b7420
-rw-r--r--METADATA11
1 files changed, 6 insertions, 5 deletions
diff --git a/METADATA b/METADATA
index 81e8be1..2a0d2f8 100644
--- a/METADATA
+++ b/METADATA
@@ -1,7 +1,5 @@
name: "ryu"
-description:
- "Fast floating point to string conversion"
-
+description: "Fast floating point to string conversion"
third_party {
url {
type: HOMEPAGE
@@ -12,7 +10,10 @@ third_party {
value: "https://static.crates.io/crates/ryu/ryu-1.0.5.crate"
}
version: "1.0.5"
- last_upgrade_date { year: 2020 month: 8 day: 21 }
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 8
+ day: 21
+ }
}
-