commit | faeb5c93ba9a0682cf25657d8e5070ca3a94a316 | [log] [tgz] |
---|---|---|
author | David LeGare <[email protected]> | Wed Mar 02 16:20:16 2022 +0000 |
committer | David LeGare <[email protected]> | Tue Mar 08 18:02:54 2022 +0000 |
tree | 8167ff3ef81634a34f22347866ca7517ab5783d0 | |
parent | 46d5ad1c7ec6697c3dad1099dfe4592be4e2e63a [diff] [blame] |
Update libloading to 0.7.3 Test: cd external/rust/crates && atest --host -c Change-Id: I1a047668c589c6e149a693e9a8ac9e7e9ecbb325
diff --git a/tests/constants.rs b/tests/constants.rs index ad910c4..6ae5a84 100644 --- a/tests/constants.rs +++ b/tests/constants.rs
@@ -1,5 +1,5 @@ -extern crate libloading; extern crate libc; +extern crate libloading; extern crate static_assertions; #[cfg(all(test, unix))]