From 4ea6a6482634c1750ee382bb0224e7b865e9b944 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Mon, 26 Aug 2024 11:49:35 -0700 Subject: [PATCH] use the feature flag --- gateway/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/Cargo.toml b/gateway/Cargo.toml index 724c61fad9..bdf4a911af 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -42,7 +42,7 @@ uuid.workspace = true omicron-workspace-hack.workspace = true oximeter.workspace = true oximeter-producer.workspace = true -oximeter-instruments.workspace = true +oximeter-instruments = { workspace = true, features = ["http-instruments"] } [dev-dependencies] expectorate.workspace = true