diff --git a/Cargo.toml b/Cargo.toml index 38cfa2d..5649900 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ default = ["std"] std = [] [dev-dependencies] -rand = "0.9" +rand = "0.10" criterion = "0.8" # TODO: This is only needed for the doctests of cache_padded.rs! Is there a way to avoid this? crossbeam-utils = { version = "0.8", default-features = false }