Skip to content

Commit

Permalink
Bump 'image' dependency to 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Razaekel committed Mar 23, 2024
1 parent 95c6bc4 commit c146b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "noise"
[dependencies]
rand = { version = "0.8", default-features = false }
rand_xorshift = "0.3"
image = { version = "0.23", optional = true }
image = { version = "0.25.0", optional = true }
num-traits = "0.2"

[features]
Expand Down

0 comments on commit c146b5f

Please sign in to comment.