From 85881817399b5b2505df6b50add5a8bb9341067c Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sun, 16 Feb 2025 16:31:06 -0500 Subject: Lock version of rand --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 727a663..7a7f482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ image = "*" # texture loader fontdue = "*" # truetype fonts glam = "*" # linear algebra log = "*" # logging -rand = {version = "*", features = ["small_rng"]} # rng +rand = {version = "0.8.5", features = ["small_rng"]} # rng serde = {version = "*", features = ["derive"]} # serialization serde_json = "*" # serialize JSON enum-map = "*" # fast maps with enums as keys -- cgit v1.2.3