Skip to content

Commit

Permalink
Bump minimum cc version to 1.0.83
Browse files Browse the repository at this point in the history
For compatibility with our `-Zminimal-versions` check, the `fn std()`
selector was only added in `1.0.83` at:
rust-lang/cc-rs@360754b
  • Loading branch information
MarijnS95 committed Apr 23, 2024
1 parent 8f189f1 commit ed9e3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ widestring = "1.0"

[build-dependencies]
bindgen = { version = "0.69", optional = true }
cc = "1.0"
cc = "1.0.83"
glob = "0.3"

[features]
Expand Down

0 comments on commit ed9e3b0

Please sign in to comment.