You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! Do you think it would be possible to make a release that includes the ring 0.17 update?
Ring 0.17 is considered a major release so rustc will include both 0.16 and 0.17 in a binary,
but since ring itself contains C-code this causes linker warnings on some platforms.
I've been trying to harmonize my dependencies to all use the same version of ring, and rcgen is the last one to not have a release with 0.17 yet. If you're holding our due to breaking changes, maybe 948c3b5 is a good candidate for a 0.11.4.
Thank you
The text was updated successfully, but these errors were encountered:
Hi there! Do you think it would be possible to make a release that includes the ring 0.17 update?
Ring 0.17 is considered a major release so rustc will include both 0.16 and 0.17 in a binary,
but since ring itself contains C-code this causes linker warnings on some platforms.
I've been trying to harmonize my dependencies to all use the same version of ring, and rcgen is the last one to not have a release with 0.17 yet. If you're holding our due to breaking changes, maybe 948c3b5 is a good candidate for a 0.11.4.
Thank you
The text was updated successfully, but these errors were encountered: