diff --git a/tig-algorithms/Cargo.toml b/tig-algorithms/Cargo.toml index ab1cc50..bbca2f9 100644 --- a/tig-algorithms/Cargo.toml +++ b/tig-algorithms/Cargo.toml @@ -12,7 +12,10 @@ cudarc = { version = "0.12.0", features = [ "cuda-version-from-build-system", ], optional = true } ndarray = "0.15.6" -rand = { version = "0.8.5", default-features = false, features = ["std_rng"] } +rand = { version = "0.8.5", default-features = false, features = [ + "std_rng", + "small_rng", +] } tig-challenges = { path = "../tig-challenges" } [lib]