From ff315c10418ced36de7996bd9a521f8b96c90631 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 18 Nov 2025 10:24:03 -0500 Subject: dungeon: port rands SmallRng to be reproducible --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8b2140e..86909dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,9 +28,9 @@ default-features = false features = ["help"] [workspace.dependencies.rand] -version = "0.9" +version = "0.10.0-rc.5" default-features = false -features = ["small_rng", "os_rng"] +features = ["os_rng"] [workspace.dependencies.raylib] git = "https://github.com/raylib-rs/raylib-rs" -- cgit v1.2.3-freya