aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-28 00:09:27 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-28 00:09:27 +0000
commit4beaa29389bf172c31c1721b7ee376b325ac5b13 (patch)
tree24d0c73478226bc245d4321bd96fe944004381fb
parent9ae73a0995d09a7ae2c6a4ab9386db8426344fc4 (diff)
parent6a763eeeeac193c60806ba755cb331bdbf6228da (diff)
downloadrusqlite-4beaa29389bf172c31c1721b7ee376b325ac5b13.tar.gz
Fix rusqlite/METADATA am: fbaf7d9f34 am: 4cc969aae6 am: 6a985204e2 am: e76d57b0c5 am: 6a763eeeea
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rusqlite/+/1413677 Change-Id: I198d6dd05ded8bc7927749ee2df6cd7027f2d1cd
-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
+ }
}