depot/third_party/nixpkgs/pkgs/applications/blockchains/lighthouse/fix-dep-lazy_static.patch

12 lines
349 B
Diff
Raw Normal View History

diff --git a/common/lighthouse_metrics/Cargo.toml b/common/lighthouse_metrics/Cargo.toml
index fe966f4a9..f4153fec2 100644
--- a/common/lighthouse_metrics/Cargo.toml
+++ b/common/lighthouse_metrics/Cargo.toml
@@ -8,3 +8,6 @@ edition = { workspace = true }
[dependencies]
prometheus = "0.13.0"
+
+[dev-dependencies]
+lazy_static.workspace = true