Skip to content

Commit 307e026

Browse files
committed
chore: avoid relying on workspace version of criterion-plot
otherwise when using cargo ws it tries to release it
1 parent 62202c5 commit 307e026

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

Cargo.lock

+3-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/criterion_compat/criterion_fork/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = ["book/*"]
2020
codspeed = { path = "../../codspeed", version = "=2.9.0" }
2121
anes = "0.1.4"
2222
once_cell = "1.14"
23-
criterion-plot = { path = "plot", version = "=2.9.0" }
23+
criterion-plot = { version = "0.5.0" }
2424
itertools = "0.10"
2525
serde = "1.0"
2626
serde_json = "1.0"

0 commit comments

Comments
 (0)