From 125e4b0880e0eb32e4caf0e1604f8b3cfd0ea000 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 20 Jun 2026 23:22:25 +0000 Subject: [PATCH 1/3] Initial plan From 616ba5ede143b59dc832f11b328f1a8ddba5f205 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 20 Jun 2026 23:29:03 +0000 Subject: [PATCH 2/3] Fix docs.rs build for xsd-parser-types serde feature --- xsd-parser-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd-parser-types/Cargo.toml b/xsd-parser-types/Cargo.toml index 2439fcdf..7d6613c3 100644 --- a/xsd-parser-types/Cargo.toml +++ b/xsd-parser-types/Cargo.toml @@ -43,7 +43,7 @@ indexmap = { workspace = true, optional = true } num = { workspace = true, optional = true } quick-xml = { workspace = true, optional = true, features = ["encoding"] } regex = { workspace = true, optional = true } -serde = { workspace = true, optional = true } +serde = { workspace = true, optional = true, features = ["derive"] } thiserror = { workspace = true, optional = true } tokio = { workspace = true, optional = true } From 6e0c626b959e589ece48ec0535cdd10d0c412474 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 21 Jun 2026 11:51:50 +0000 Subject: [PATCH 3/3] Trigger CI rerun for PR #278