diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |