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

Fix inserting all-features in Cargo.toml for docs.rs #1490

Merged
merged 1 commit into from Aug 7, 2023

Conversation

pentamassiv
Copy link
Contributor

Without this PR, this is what is added to the Cargo.toml of the sys crate:

[package.metadata.docs.rs]
all-features = "true"

With the fix the type is correct:

[package.metadata.docs.rs]
all-features = true

Sorry about that

@bilelmoussaoui bilelmoussaoui merged commit 1d1ce10 into gtk-rs:master Aug 7, 2023
6 checks passed
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.

None yet

2 participants