From 4ea2c8f803a8628df7f73031713b67355711cbb0 Mon Sep 17 00:00:00 2001 From: cong-or Date: Wed, 29 Nov 2023 11:14:06 +0000 Subject: [PATCH] chore: add prometheus-metrics to default features --- jormungandr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index a2e26ef4d5..94a97ff46d 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -87,7 +87,7 @@ libc = "0.2.124" nix = "0.23.0" [features] -default = ["codegen-rustfmt"] +default = ["codegen-rustfmt","prometheus-metrics"] with-bench = [] codegen-rustfmt = ["chain-network/codegen-rustfmt"] integration-test = []