Skip to content

Commit

Permalink
fixup! Use patch-based Cairo dependencies specification
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput committed Dec 11, 2024
1 parent eae4b81 commit 9931a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xtask/src/set_cairo_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ fn purge_unused_patches(cargo_toml: &mut DocumentMut) -> Result<()> {
Ok(())
}

/// Extracts names of unused patches from the `[[patch.unused]]` array from the `Cargo.lock` file.
fn find_unused_patches(cargo_lock: &DocumentMut) -> Option<Vec<String>> {
Some(
cargo_lock
Expand Down

0 comments on commit 9931a3a

Please sign in to comment.