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

ecdsa: fix dev macros #768

Merged
merged 1 commit into from
Jan 10, 2024
Merged

ecdsa: fix dev macros #768

merged 1 commit into from
Jan 10, 2024

Conversation

tarcieri
Copy link
Member

The method changed from GenericArray::from_slice to Array::ref_from_slice.

This has been renamed back upstream in hybrid-array to simplify people's upgrades, but for now we need to rename it until we can upgrade hybrid-array again.

Longer term the method will be deprecated, so this is temporary anyway.

The method changed from `GenericArray::from_slice` to
`Array::ref_from_slice`.

This has been renamed back upstream in `hybrid-array` to simplify
people's upgrades, but for now we need to rename it until we can upgrade
`hybrid-array` again.

Longer term the method will be deprecated, so this is temporary anyway.
@tarcieri tarcieri merged commit d935382 into master Jan 10, 2024
8 checks passed
@tarcieri tarcieri deleted the ecdsa/fix-dev-macros branch January 10, 2024 15:16
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.

1 participant