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(sec1): add default cargo feature for disabling point module #516

Merged
merged 1 commit into from
Mar 17, 2022

Conversation

bstrie
Copy link
Contributor

@bstrie bstrie commented Mar 17, 2022

This allows users who aren't using EncodedPoint to omit dependencies on generic-array, typenum, and version_check.

@tarcieri
Copy link
Member

You'll need to enable the point feature inside of the ssh-key crate

@bstrie
Copy link
Contributor Author

bstrie commented Mar 17, 2022

@tarcieri Fixed. I find it quite disorienting that a cargo test in the top level directory would succeed while a cargo check in the ssh-key directory would fail.

This allows users who aren't using EncodedPoint to omit dependencies
on generic-array, typenum, and version_check.
@tarcieri tarcieri merged commit d42432a into RustCrypto:master Mar 17, 2022
@tarcieri tarcieri mentioned this pull request May 8, 2022
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