aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-25 20:49:31 -0700
committerChih-Hung Hsieh <chh@google.com>2020-08-25 20:49:31 -0700
commit200e7bb88a353ff3358ac346083f76d38dc35089 (patch)
treece36ce7c677f071fcddfba10cfe21b362e850636
parente6fd5afeff97bf8766d15a22ae6c79c0554859f8 (diff)
downloadtime-200e7bb88a353ff3358ac346083f76d38dc35089.tar.gz
Fix time/METADATA
Bug: 166324735 Test: make Change-Id: Ie766810fae087dca7cf26da5c670a1160abfeee4
-rw-r--r--METADATA14
1 files changed, 8 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index 9f31291..7be84b7 100644
--- a/METADATA
+++ b/METADATA
@@ -1,17 +1,19 @@
name: "time"
-description:
- "Utilities for working with time-related functions in Rust."
-
+description: "Utilities for working with time-related functions in Rust."
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/time"
}
url {
- type: GIT
- value: "https://github.com/time-rs/time"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/time/time-0.1.43.crate"
}
version: "0.1.43"
- last_upgrade_date { year: 2020 month: 6 day: 11 }
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 6
+ day: 11
+ }
}