From 7a60a83673e0267555cda0444a88f1c1dc1d7819 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Tue, 25 Feb 2025 10:54:55 -0800 Subject: [PATCH] fix: Feature flag `v1_api` without `file_io` didn't compile --- sdk/src/manifest_store_report.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/src/manifest_store_report.rs b/sdk/src/manifest_store_report.rs index 1f267f826..fff9db23b 100644 --- a/sdk/src/manifest_store_report.rs +++ b/sdk/src/manifest_store_report.rs @@ -144,7 +144,6 @@ impl ManifestStoreReport { } /// Creates a ManifestStoreReport from an existing Store and a validation log - #[cfg(feature = "file_io")] #[cfg(feature = "v1_api")] pub(crate) fn from_store_with_log( store: &Store,