Skip to content

Commit

Permalink
chore: add prometheus-metrics to default features
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed Nov 29, 2023
1 parent 2f58226 commit 4ea2c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jormungandr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 4ea2c8f

Please sign in to comment.