You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`arbitrary-v1.4.2` includes a module `details` behind the `derive`
feature flag. The various `alloy` crates depend directly on
`derive_arbitrary` and do not use the `derive` feature flag of
arbitrary. As a result, the `details` module in `arbitrary` will not be
visible, causing compilation errors.
To work around this, we add the `Cargo.lock` file with version 1.4.1 of
`arbitrary` and `derive_arbitary`.
0 commit comments