Skip to content

Commit

Permalink
Update cc requirement from =1.0.83 to =1.0.86
Browse files Browse the repository at this point in the history
Updates the requirements on [cc](https://github.com/rust-lang/cc-rs) to permit the latest version.
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Commits](rust-lang/cc-rs@1.0.83...1.0.86)

---
updated-dependencies:
- dependency-name: cc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 7e4eea3 commit b992062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ num_enum = "0.7.0"
thiserror = "1.0"

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

Expand Down

0 comments on commit b992062

Please sign in to comment.