From 97ceeb70dafe6b629e31d9d0d46bc8fe9b9a35ee Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Fri, 15 Aug 2025 21:19:52 +0200 Subject: fix: cfg --- lib/warden-core/src/configuration.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/warden-core/src') diff --git a/lib/warden-core/src/configuration.rs b/lib/warden-core/src/configuration.rs index c6b24ce..296bfda 100644 --- a/lib/warden-core/src/configuration.rs +++ b/lib/warden-core/src/configuration.rs @@ -1,3 +1,4 @@ +#[cfg(feature = "serde")] pub(crate) mod conv; tonic::include_proto!("configuration"); -- cgit v1.2.3