Feature gate arbitrary crate in the consensus types crate (#7743)

Which issue # does this PR address?


  Puts the `arbitrary` crate behind a feature flag in the `types` crate.
This commit is contained in:
Eric Tu
2025-07-23 12:55:02 -04:00
committed by GitHub
parent 4daa015971
commit 9911f348bc
82 changed files with 404 additions and 576 deletions

4
Cargo.lock generated
View File

@@ -6016,9 +6016,9 @@ dependencies = [
[[package]]
name = "milhouse"
version = "0.6.0"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdc758ed0c2597254f45baa97c8aa35f44ae0c8b04ddc355f135ced531f316d6"
checksum = "2bdb104e38d3a8c5ffb7e9d2c43c522e6bcc34070edbadba565e722f0dee56c7"
dependencies = [
"alloy-primitives",
"arbitrary",