Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Fixes rust-lang/cc-rs#1276. I didn't update the dependency to anything specific, just a version that I know has the fix.
- Loading branch information