Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9713c69f authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

Keep using the same version of rand crate

This change is no-op, just renaming an existing 3p dep.

Rand is being updated to the latest version. In the meantime, point
existing users to the soon-to-be previous version.

Bug: 420420630
Test: treehugger
Flag: EXEMPT: dependency rename, external library
Change-Id: Ia4201d6985a8490dbfb9ac00d10aceeff66552cd
parent 51e69bb3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ rust_test_host {
    test_suites: ["general-tests"],
    defaults: ["aconfig_storage_read_api.defaults"],
    rustlibs: [
        "librand",
        "librand-0.8",
        "libaconfig_storage_file_with_test_utils",
    ],
    data: [
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ rust_test {
        "libanyhow",
        "libaconfig_storage_file",
        "libaconfig_storage_read_api",
        "librand",
        "librand-0.8",
    ],
    data: [
        ":read_api_test_storage_files",