You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove workaround for broken cc-rs versions (#235)
The workaround introduced in #39
is no longer necessary since `cc-rs` handles C++ requirements
internally, and is in fact detrimental since `cc-rs` has required the target to be
a `rustc` target triple since rust-lang/cc-rs#1225 /
rust-lang/cc-rs#1252.
Additionally, deprecate `uses_cxx11` which was introduced in the same
PR.
Fixesrust-lang/cc-rs#1276.
I didn't update the dependency to anything specific, just a version that
I know has the fix.
0 commit comments