Skip to content

Commit 1965df3

Browse files
committed
Introduce rand dependency
1 parent 58a0c13 commit 1965df3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ possiblyrandom = { version = "0.2", path = "../possiblyrandom", default-features
4646

4747
regex = { version = "1.5.6", optional = true }
4848
backtrace = { version = "0.3", optional = true }
49+
rand = { version = "0.8", optional = false }
4950

5051
libm = { version = "0.2", default-features = false }
5152
inventory = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)