From c7d584d8d211f7db1bfd0e600cc81e1836ba1263 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Tue, 25 Feb 2025 12:00:11 -0800 Subject: [PATCH] fix: Feature flag `v1_api` without `file_io` didn't compile (#944) --- 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,