-
Notifications
You must be signed in to change notification settings - Fork 29
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
Backporting ssh-key
bug fixes to 0.6.x
#296
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've backported #289 and #291 to
ssh-key/v0.6.6
, and updated the CHANGELOG:https://github.com/oxidecomputer/SSH/commits/ssh-key/v0.6.6-backports/
It would be great to have this released as 0.6.7, so that we don't have to use a
git
dependency while waiting for the 0.7.0 release. In particular, #291 is causing our CI runs to occasionally fail, since picking an undersizedmpint
is a matter of bad luck.Thanks!
The text was updated successfully, but these errors were encountered: