Skip to content

Commit

Permalink
Emergency patch: cc 1.0.86 (just released) breaks xmp_toolkit_rs when…
Browse files Browse the repository at this point in the history
… used in upstream `cargo install`
  • Loading branch information
scouten-adobe committed Feb 21, 2024
1 parent 63346d1 commit 47b5c87
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ num_enum = "0.7.0"
thiserror = "1.0"

[build-dependencies]
cc = "1.0"
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.

fs_extra = "1.3"

[dev-dependencies]
Expand Down

0 comments on commit 47b5c87

Please sign in to comment.