Skip to content

Commit

Permalink
ENG-578: lazy_static non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Feb 27, 2024
1 parent 5a57215 commit ffc7f7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fendermint/testing/materializer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ethers = { workspace = true }
futures = { workspace = true }
fvm_shared = { workspace = true }
hex = { workspace = true }
lazy_static = { workspace = true }
multihash = { workspace = true }
serde = { workspace = true }
serde_with = { workspace = true }
Expand All @@ -26,7 +27,6 @@ tendermint-rpc = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }

lazy_static = { workspace = true, optional = true }
arbitrary = { workspace = true, optional = true }
quickcheck = { workspace = true, optional = true }

Expand Down Expand Up @@ -62,7 +62,6 @@ default = []
arb = [
"arbitrary",
"quickcheck",
"lazy_static",
"fvm_shared/arb",
"fendermint_testing/arb",
"fendermint_vm_genesis/arb",
Expand Down

0 comments on commit ffc7f7a

Please sign in to comment.