Skip to content

Commit

Permalink
chore: enable rand for primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Oct 4, 2023
1 parent 84fe8e1 commit f0e11cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ all-features = true

[dependencies]
ethers-core = { version = "2", default-features = false }
alloy-primitives = { version = "0.4", default-features = false, features = ["std", "serde"] }
alloy-primitives = { version = "0.4", default-features = false, features = ["std", "serde", "rand"] }
alloy-dyn-abi = { version = "0.4", default-features = false, features = ["std"] }
alloy-json-abi = { version = "0.4", default-features = false, features = ["std"] }

Expand Down

0 comments on commit f0e11cd

Please sign in to comment.