Skip to content

Commit 9af9764

Browse files
committed
fixed order dependencies
1 parent dc59f85 commit 9af9764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ mithril-build-script = { path = "../internal/mithril-build-script", version = "=
7373

7474
[dev-dependencies]
7575
criterion = { version = "0.7.0", features = ["html_reports", "async_tokio"] }
76+
mithril-stm = { path = "../mithril-stm", version = ">=0.5", default-features = false, features = ["benchmark-internals"] }
7677
mockall = { workspace = true }
7778
slog-async = { workspace = true }
7879
slog-term = { workspace = true }
7980
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "time"] }
80-
mithril-stm = { path = "../mithril-stm", version = ">=0.5", default-features = false, features = ["benchmark-internals"] }
8181

8282
[[bench]]
8383
name = "block_range"

0 commit comments

Comments
 (0)