-
Notifications
You must be signed in to change notification settings - Fork 113
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
Upgrade to ring
0.17
#166
Upgrade to ring
0.17
#166
Conversation
8960b6b
to
a2d126e
Compare
All commits pass clippy and formatting. Let me know if you want any of these to be split out into other PRs! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See discussion in #98 - was that drawn to a consensus wrt the additional parameter?
869a2d0
to
ae5f317
Compare
(FWIW, you had a nice commit history before but now there's a bunch of back and forth there... maybe use |
Sure! I did see that you are not squash-merging in here so I figured you'd care about the commit history :) |
f4e5268
to
7c9b2d2
Compare
Codecov Report
@@ Coverage Diff @@
## main #166 +/- ##
==========================================
- Coverage 72.14% 72.11% -0.04%
==========================================
Files 7 7
Lines 1881 1886 +5
==========================================
+ Hits 1357 1360 +3
- Misses 524 526 +2
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
7c9b2d2
to
471943b
Compare
Sorry about the closing stuff, I fuffed around with rebase too much 😅 This PR is now entirely focused on upgrading |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay except for the two comments by djc and cpu, where the one by djc can also be addressed in a subsequent PR (as long as it's done before a release).
ab5f9ea
to
dc38152
Compare
Fixed! It is a breaking change so you might want to release a non-breaking one before merging this one. |
Reboot of #98.
This PR is a breaking change because the
RcgenError::RingKeyRejected
variant is changed AND becausering
is part of the public API via theFrom
impl forRcgenError
.