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

sameold: update to strum 0.26 #34

Merged
merged 2 commits into from
Feb 24, 2024
Merged

sameold: update to strum 0.26 #34

merged 2 commits into from
Feb 24, 2024

Conversation

cbs228
Copy link
Owner

@cbs228 cbs228 commented Feb 24, 2024

Thanks to changes in strum, we can no longer implement our own From<&str> to choose what happens when the input is unmatched. In order to keep the API, we must drop the EnumString derive macro on SignificanceLevel and implement the parser ourselves.

Add EnumIter for use in unit tests.

Thanks to changes in strum, we can no longer implement our own
`From<&str>` to choose what happens when the input is unmatched.
In order to keep the API, we must drop the `EnumString` derive
macro on `SignificanceLevel` and implement the parser ourselves.

Add `EnumIter` for use in unit tests.
@cbs228 cbs228 added enhancement New feature or request sameold Applies to sameold library dependencies Pull requests that update a dependency file labels Feb 24, 2024
@cbs228 cbs228 self-assigned this Feb 24, 2024
Clears `cargo audit` warning.
@cbs228 cbs228 merged commit 44440f4 into develop Feb 24, 2024
10 checks passed
@cbs228 cbs228 deleted the feature/strum_update branch February 24, 2024 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request sameold Applies to sameold library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant