aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-25 20:49:27 -0700
committerChih-Hung Hsieh <chh@google.com>2020-08-25 20:49:27 -0700
commitfbaf7d9f34611ce9dcefc133736c427c574eab17 (patch)
tree24d0c73478226bc245d4321bd96fe944004381fb
parent18fe043291cc8ae75ab10c3a814e4ed3ff34382e (diff)
downloadrusqlite-fbaf7d9f34611ce9dcefc133736c427c574eab17.tar.gz
Fix rusqlite/METADATA
Bug: 166324735 Test: make Change-Id: Ib3e72e849d339fbc51d5dd9d55bfea93b160a492
-rw-r--r--METADATA14
1 files changed, 8 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index a019f5e..c341c90 100644
--- a/METADATA
+++ b/METADATA
@@ -1,17 +1,19 @@
name: "rusqlite"
-description:
- "Ergonomic wrapper for SQLite"
-
+description: "Ergonomic wrapper for SQLite"
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/rusqlite"
}
url {
- type: GIT
- value: "https://github.com/rusqlite/rusqlite"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/rusqlite/rusqlite-0.23.1.crate"
}
version: "0.23.1"
- last_upgrade_date { year: 2020 month: 6 day: 11 }
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 6
+ day: 11
+ }
}