Skip to content

Commit

Permalink
Apply patch for for xml-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 7, 2025
1 parent 986546c commit 0601528
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0601528

Please sign in to comment.