Skip to content

Commit 72b4252

Browse files
committed
Fix tests build
Signed-off-by: Nico Burns <[email protected]>
1 parent d142c1b commit 72b4252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ unstable = []
1919
string_cache = { version = "0.9", path = ".." }
2020

2121
[dev-dependencies]
22-
rand = "0.8"
22+
rand = { version = "0.8", features = ["small_rng"] }
2323
string_cache_codegen = { version = "0.6", path = "../string-cache-codegen" }
2424

2525
[build-dependencies]

0 commit comments

Comments
 (0)