diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-16 16:31:06 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-16 16:31:06 -0500 |
| commit | 85881817399b5b2505df6b50add5a8bb9341067c (patch) | |
| tree | 06b2f66520b40e64e5873828830a3464d9ac6950 /Cargo.toml | |
| parent | db73463e276a75fbfafbb512396556b2d78ea2d8 (diff) | |
Lock version of rand
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
