This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
crosvm
Watch
1
Star
0
Fork
You've already forked crosvm
0
mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced
2024-11-29 03:00:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
81516aa3e0
crosvm
/
rand_ish
/
Cargo.toml
6 lines
101 B
TOML
Raw
Normal View
History
Unescape
Escape
remove rand crate the few uses of rand::thread_rng() have been replaced with either prngs or reads from /dev/urandom. the implementations are under the `rand_ish` minicrate. `protoc-rust` depends on `tempdir`, which relies on rand, so `tempdir` has been patched with a rewritten version that does not have rand as a dependency. BUG=chromium:921795 TEST=cargo test --features plugin Change-Id: I6f1c7d7a1aeef4dd55ac71e58294d16c291b8871 Reviewed-on: https://chromium-review.googlesource.com/1409705 Commit-Ready: Daniel Prilik <prilik@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Zach Reizner <zachr@chromium.org>
2019-01-14 22:19:04 +00:00
[
package
]
name
=
"rand_ish"
version
=
"0.1.0"
authors
=
[
"The Chromium OS Authors"
]
edition: Update rand_ish crate to 2018 edition Separated out of CL:1513058 to make it possible to land parts individually while the affected crate has no other significant CLs pending. This avoids repeatedly introducing non-textual conflicts with new code that adds `use` statements. TEST=cargo check TEST=cargo check --all-features TEST=cargo check --target aarch64-unknown-linux-gnu Change-Id: Ibbb85c0b705adadc9cfd671a16f48dd29643acee Reviewed-on: https://chromium-review.googlesource.com/1519705 Commit-Ready: David Tolnay <dtolnay@chromium.org> Tested-by: David Tolnay <dtolnay@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: David Tolnay <dtolnay@chromium.org>
2019-03-13 04:02:56 +00:00
edition
=
"2018"
Reference in a new issue
Copy permalink