Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Mar 11, 2024
1 parent 27ff93e commit a255264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
[dependencies]
ab_glyph_rasterizer = { path = "../rasterizer" }
ab_glyph = { path = "../glyph" }
image = { version = "0.24", default-features = false, features = ["png"] }
image = { version = "0.25", default-features = false, features = ["png"] }
criterion = "0.5"
blake2 = "0.10"
approx = "0.5"
Expand Down

0 comments on commit a255264

Please sign in to comment.