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: Don't enable rfd/async-std by default #788

Merged
merged 2 commits into from
Jan 16, 2025
Merged

Conversation

netraptor
Copy link
Contributor

@netraptor netraptor commented Jan 16, 2025

rfd enables the 'async-std' feature by default, which causes a compile error when the 'tokio' feature is also enabled. This PR changes the libcosmic dependencies so that rfd only has 'xdg-portal' enabled by default (rfd only imports ashpd conditionally based on compile target, so this feature should be fine to leave always enabled) and enables the 'async-std' feature of rfd if the libcosmic 'smol' feature is enabled.

rfd enables the 'async-std' feature by default, which causes a compile error when the 'tokio' feature is also enabled
@mmstick mmstick merged commit b244970 into pop-os:master Jan 16, 2025
14 checks passed
@netraptor netraptor deleted the rfd-fix branch January 16, 2025 05:43
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.

2 participants