summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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