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

feat: Support the enumn crate in all public enums #264

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Conversation

mwcampbell
Copy link
Contributor

I think I need this for my JNI bindings.

@DataTriny
Copy link
Member

@mwcampbell You forgot to include the changes to Cargo.toml and Cargo.lock.

@mwcampbell
Copy link
Contributor Author

It turns out that no such changes are needed, because the accesskit crate already has an optional dependency on enumn (and therefore, an enumn feature); that dependency/feature was needed for our serialization implementation.

@DataTriny
Copy link
Member

Indeed you're right, I missed that.

@mwcampbell mwcampbell merged commit b9b3cd1 into main Aug 2, 2023
5 checks passed
@mwcampbell mwcampbell deleted the enumn-support branch August 2, 2023 19:42
@mwcampbell
Copy link
Contributor Author

Merged as a fix rather than a feature because it's not a breaking change, and I don't want to bump semver-major version numbers for something this small.

@mwcampbell mwcampbell mentioned this pull request Aug 2, 2023
lunixbochs pushed a commit to talonvoice/accesskit that referenced this pull request Aug 31, 2023
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