Disable default rand features

This commit is contained in:
Joscha 2025-03-01 00:57:17 +01:00
parent 0846305795
commit 58db14851e
2 changed files with 6 additions and 54 deletions

View file

@ -11,7 +11,7 @@ clap = { version = "4.5.31", features = ["derive", "deprecated"] }
image = "0.25.5"
mark.path = "./mark"
palette = "0.7.6"
rand = { version = "0.9.0", features = ["small_rng"] }
rand = { version = "0.9.0", default-features = false, features = ["small_rng"] }
[workspace.lints]
rust.unsafe_code = { level = "forbid", priority = 1 }