crosvm/common/cros-fuzz
Daniel Verkamp cdf33f9660 cros-fuzz: upgrade to rand_core 0.6
This is the version used by rand 0.8.x (and the latest available version
as of this writing), so this allows us to upgrade crosvm-fuzz to rand
0.8 as well.

BUG=b:236978141
TEST=tools/dev_container tools/run_tests --target=host
TEST=USE='asan fuzzer' emerge-amd64-generic crosvm

Change-Id: I297f6c17114b2b8e8f12d5dd9d35b071b91d6780
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3722780
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2022-06-30 23:22:39 +00:00
..
src cros-fuzz: upgrade to rand_core 0.6 2022-06-30 23:22:39 +00:00
Cargo.toml cros-fuzz: upgrade to rand_core 0.6 2022-06-30 23:22:39 +00:00
OWNERS
README.md

Support crate for fuzzing rust code

The crate provides support for fuzzing rust code on Chrome OS.