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

Account for check-cfg #51

Closed
wants to merge 1 commit into from
Closed

Account for check-cfg #51

wants to merge 1 commit into from

Conversation

rolznz
Copy link

@rolznz rolznz commented Sep 24, 2024

Recently, Rust 1.80 introduced automatic checking of cfg flags (see https://blog.rust-lang.org/2024/05/06/check-cfg.html). Here, we add all custom cfgs to the expected list

Recently, Rust 1.80 introduced automatic checking of `cfg` flags (see
https://blog.rust-lang.org/2024/05/06/check-cfg.html). Here,
we add all custom `cfg`s to the expected list
@bumi
Copy link

bumi commented Sep 24, 2024

this is coming from the upstream repo?

@rolznz
Copy link
Author

rolznz commented Sep 24, 2024

@bumi yeah, I was trying to fix the failing workflows. But it's probably better to just wait until LDK releases their next version and do a full update. I will close this for now.

@rolznz rolznz closed this Sep 24, 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.

3 participants