Skip to content

Commit a839e91

Browse files
committed
add distributions feature to rand dependency
1 parent 74cddcb commit a839e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ wasmtime = "33.0.2"
9999
substreams = "=0.6.0"
100100
substreams-entity-change = "2"
101101
substreams-near-core = "=0.10.2"
102-
rand = { version = "0.9.1", features = ["os_rng"] }
102+
rand = { version = "0.9.1", features = ["os_rng", "distributions"] }
103103

104104
# Incremental compilation on Rust 1.58 causes an ICE on build. As soon as graph node builds again, these can be removed.
105105
[profile.test]

0 commit comments

Comments
 (0)