Skip to content

Commit a88663b

Browse files
committed
Fix arbitrary to 1.4.1 and add Cargo.lock
`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`.
1 parent 84b646f commit a88663b

File tree

2 files changed

+13476
-4
lines changed

2 files changed

+13476
-4
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
debug/
44
target/
55

6-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8-
Cargo.lock
9-
106
# Exclude sources generated by protoc.
117
timeboost-proto/src/*.rs
128

0 commit comments

Comments
 (0)