Disable default rand features
This commit is contained in:
parent
0846305795
commit
58db14851e
2 changed files with 6 additions and 54 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue