Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
build = false
to Cargo.toml to fix nightly breakage
In rust-lang/rust#40197 it was discovered that this crate no longer builds on nightly due to a rust-lang/cargo#3664 where Cargo will now infer that `build.rs` is a build script unless explicitly configured with `build = false`. Currently we're not intending to revert the Cargo change, but let me know if this causes trouble though and we can certainly reconsider!
- Loading branch information