Ralith / hypermine

A hyperbolic voxel game
Apache License 2.0
160 stars 20 forks source link

Update rcgen to 0.12.1 #358

Closed patowen closed 9 months ago

patowen commented 9 months ago

Based on https://github.com/rustls/rcgen/blob/main/rcgen/CHANGELOG.md, ring was made into an optional dependency with aws-lc-rs as an alternative choice. The create now requires either ring or aws-lc-rs to be specified as a feature (with ring as a default feature).

To be consistent with previous functionality, this PR uses ring.