Skip to content

Commit

Permalink
Relax the requirement on cc crate to increase compatibility with ot…
Browse files Browse the repository at this point in the history
…her crates (#198)
  • Loading branch information
scouten-adobe authored Feb 23, 2024
1 parent e297f85 commit 29c1725
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ num_enum = "0.7.0"
thiserror = "1.0"

[build-dependencies]
cc = "=1.0.83"
# Emergency patch: 1.0.86 breaks our ability to link to the expat .o files.
# 1.0.84 and .85 were yanked, so going back to last known-good release.
cc = "> 1.0.60, <=1.0.83"
# IMPORTANT: We can not upgrade to 1.0.86 or later until
# https://github.com/adobe/xmp-toolkit-rs/issues/197 is resolved.
# If someone has time to address that issue before we get to it,
# a PR would be very welcome.

fs_extra = "1.3"

Expand Down

0 comments on commit 29c1725

Please sign in to comment.