diff options
Diffstat (limited to 'crates/arti-relay/Cargo.toml')
| -rw-r--r-- | crates/arti-relay/Cargo.toml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml index 8c7a3abd1..ae5b4b136 100644 --- a/crates/arti-relay/Cargo.toml +++ b/crates/arti-relay/Cargo.toml @@ -42,12 +42,7 @@ full = [ "web-time-compat/full", ] -# This feature flag enables experimental features that are not supported. Turning it on may -# void your API. -experimental = ["metrics"] - -metrics = ["dep:metrics-exporter-prometheus", "__is_experimental"] -__is_experimental = [] +metrics = ["dep:metrics-exporter-prometheus"] [dependencies] anyhow = "1.0.23" |
