srct / sks-rs

Rust implementation of the Synchronizing Key Server for PGP keys
Apache License 2.0
14 stars 1 forks source link

Fix compile error on latest Rust nightly #11

Closed techwizrd closed 6 years ago

techwizrd commented 6 years ago

Due to an issue with ring v0.11.0 (used by cookie in rocket v0.3.5) and an update to the Rust compiler rustc, sks-rs v0.1.0 no longer builds successfully.

See the following:

This should hopefully be fixed in a few days when the new release of Rust is out (2018-Jan-04).