aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
authorDavid LeGare <legare@google.com>2022-03-02 16:20:16 +0000
committerDavid LeGare <legare@google.com>2022-03-08 18:02:54 +0000
commitfaeb5c93ba9a0682cf25657d8e5070ca3a94a316 (patch)
tree8167ff3ef81634a34f22347866ca7517ab5783d0 /METADATA
parent46d5ad1c7ec6697c3dad1099dfe4592be4e2e63a (diff)
downloadlibloading-faeb5c93ba9a0682cf25657d8e5070ca3a94a316.tar.gz
Update libloading to 0.7.3
Test: cd external/rust/crates && atest --host -c Change-Id: I1a047668c589c6e149a693e9a8ac9e7e9ecbb325
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA12
1 files changed, 6 insertions, 6 deletions
diff --git a/METADATA b/METADATA
index 769af4a..0efb20d 100644
--- a/METADATA
+++ b/METADATA
@@ -1,5 +1,5 @@
name: "libloading"
-description: "A safer binding to platform\'s dynamic library loading utilities"
+description: "Bindings around the platform\'s dynamic library loading primitives with greatly improved memory safety."
third_party {
url {
type: HOMEPAGE
@@ -7,13 +7,13 @@ third_party {
}
url {
type: ARCHIVE
- value: "https://static.crates.io/crates/libloading/libloading-0.7.0.crate"
+ value: "https://static.crates.io/crates/libloading/libloading-0.7.3.crate"
}
- version: "0.7.0"
+ version: "0.7.3"
license_type: NOTICE
last_upgrade_date {
- year: 2021
- month: 2
- day: 9
+ year: 2022
+ month: 3
+ day: 1
}
}