From 069d2b3f8df19487eee78070c54f332b4f59c82c Mon Sep 17 00:00:00 2001 From: iunanua Date: Mon, 22 Jun 2026 15:54:25 +0200 Subject: [PATCH] Reexport Endpoint and Tag common types --- libdd-remote-config/src/lib.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/libdd-remote-config/src/lib.rs b/libdd-remote-config/src/lib.rs index a859c72e6c..b2e877be43 100644 --- a/libdd-remote-config/src/lib.rs +++ b/libdd-remote-config/src/lib.rs @@ -22,10 +22,9 @@ mod targets; pub use parse::*; pub use path::*; -use { - libdd_common::tag::Tag, - serde::{Deserialize, Serialize}, -}; +pub use libdd_common::{tag::Tag, Endpoint}; + +use serde::{Deserialize, Serialize}; #[derive(Debug, Deserialize, Serialize, Clone, Hash, Ord, PartialOrd, Eq, PartialEq)] pub struct Target {