From 06015287a10fd46cdd7d3f44888974360bd580c5 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 6 Jan 2025 20:15:27 +0900 Subject: [PATCH] Apply patch for for xml-rs --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b9f5c56..0ad0f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,3 +29,6 @@ single_use_lifetimes = "warn" unreachable_pub = "warn" [workspace.lints.clippy] lint_groups_priority = { level = "allow", priority = 1 } # https://github.com/rust-lang/rust-clippy/issues/12920 + +[patch.crates-io] +xml-rs = { version = "0.3", git = "https://github.com/kornelski/xml-rs.git", tag = "0.3.6" } # https://github.com/adnanademovic/rosrust/issues/210