Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cargo::rustc-check-cfg from build.rs #69

Merged
merged 2 commits into from
Jun 2, 2024
Merged

Conversation

jayvdb
Copy link
Contributor

@jayvdb jayvdb commented May 28, 2024

Fixes #67

@jayvdb jayvdb marked this pull request as ready for review May 29, 2024 00:29
@samanpa
Copy link

samanpa commented May 30, 2024

Will be great to get this merged or at least declare a MSRV

@jayvdb
Copy link
Contributor Author

jayvdb commented May 30, 2024

Adding the following to your Cargo.toml will workaround this problem

[patch.crates-io]
# Workaround for https://github.com/zowens/crc32c/issues/67
crc32c = { git = "https://github.com/jayvdb/crc32c", branch = "crc-i67" }

build.rs Show resolved Hide resolved
@zowens zowens merged commit dfec0bf into zowens:master Jun 2, 2024
6 checks passed
@zowens zowens mentioned this pull request Jun 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust 1.76: unsupported output in build script of crc32c v0.6.6: cargo::rerun-if-changed=build.rs
3 participants