Skip to content

Commit ca3c427

Browse files
committed
adapted deps to not trigger solana program recompiles
1 parent 2b3568f commit ca3c427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ license = "MIT/Apache-2.0"
1313
edition = "2018"
1414

1515
[dependencies]
16-
rand = { version = "0.8", default-features = false, features = ["std_rng"] }
16+
rand = { version = "0.7"}
1717
rayon = { version = "1", optional = true }
1818
colored = { version = "2", optional = true }
19-
num-traits = { version = "0.2", default-features = false }
19+
num-traits = { version = "0.2"}
2020

2121
[features]
2222
default = [ "std" ]

0 commit comments

Comments
 (0)