We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cddcb commit a839e91Copy full SHA for a839e91
Cargo.toml
@@ -99,7 +99,7 @@ wasmtime = "33.0.2"
99
substreams = "=0.6.0"
100
substreams-entity-change = "2"
101
substreams-near-core = "=0.10.2"
102
-rand = { version = "0.9.1", features = ["os_rng"] }
+rand = { version = "0.9.1", features = ["os_rng", "distributions"] }
103
104
# Incremental compilation on Rust 1.58 causes an ICE on build. As soon as graph node builds again, these can be removed.
105
[profile.test]
0 commit comments