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 d142c1b commit fb2f4b6Copy full SHA for fb2f4b6
integration-tests/Cargo.toml
@@ -19,7 +19,7 @@ unstable = []
19
string_cache = { version = "0.9", path = ".." }
20
21
[dev-dependencies]
22
-rand = "0.8"
+rand = { version = "0.8", features = "small_rng" }
23
string_cache_codegen = { version = "0.6", path = "../string-cache-codegen" }
24
25
[build-dependencies]
0 commit comments