summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-02-16 16:31:06 -0500
committerLLLL Colonq <llll@colonq>2025-02-16 16:31:06 -0500
commit85881817399b5b2505df6b50add5a8bb9341067c (patch)
tree06b2f66520b40e64e5873828830a3464d9ac6950 /Cargo.toml
parentdb73463e276a75fbfafbb512396556b2d78ea2d8 (diff)
Lock version of rand
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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