Skip to content

Commit

Permalink
fix: use rand feature for near-primitives (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss authored Nov 25, 2024
1 parent 288446a commit 6a87684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refiner-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ derive_builder.workspace = true
fixed-hash.workspace = true
impl-serde.workspace = true
near-crypto.workspace = true
near-primitives.workspace = true
near-primitives = { workspace = true, features = ["rand"] }
serde.workspace = true
sha3.workspace = true

Expand Down

0 comments on commit 6a87684

Please sign in to comment.