From 578c597c70277869520eba8ec4544242f5903a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Rosales?= Date: Tue, 21 Nov 2023 19:53:25 -0600 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..6b35226f43 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 = []