Skip to content

Commit 01d32ac

Browse files
committed
Update dev-dependencies
1 parent 7e48e77 commit 01d32ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

draw-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rayon = "1.3"
2121

2222
[dev-dependencies]
2323
approx = "0.5"
24-
criterion = "0.6"
24+
criterion = "0.7"
2525
glyph_brush_layout = { version = "0.2", path = "../layout" }
2626

2727
[[bench]]

glyph-brush/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ features = ["random"]
2424

2525
[dev-dependencies]
2626
approx = "0.5"
27-
criterion = "0.6"
27+
criterion = "0.7"
2828
env_logger = { version = "0.11", default-features = false }
2929
gl = "0.14"
3030
glutin = "0.32"

0 commit comments

Comments
 (0)