Skip to content

Commit 0122f3e

Browse files
authored
Merge pull request #2654 from input-output-hk/djo/2580/fix-mithril-metric-tests
fix: mithril metric tests build
2 parents 2ab36d3 + f7315a3 commit 0122f3e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/mithril-metric/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mithril-metric"
3-
version = "0.1.17"
3+
version = "0.1.18"
44
description = "Common tools to expose metrics."
55
authors = { workspace = true }
66
edition = { workspace = true }
@@ -22,6 +22,7 @@ slog = { workspace = true }
2222
tokio = { workspace = true }
2323

2424
[dev-dependencies]
25+
mithril-common = { path = "../../mithril-common", features = ["test_tools"] }
2526
prometheus-parse = "0.2.5"
2627
slog-async = { workspace = true }
2728
slog-term = { workspace = true }

0 commit comments

Comments
 (0)