facebook / voprf

An implementation of a verifiable oblivious pseudorandom function (RFC 9497)
Apache License 2.0
58 stars 15 forks source link

Fix Taplo installation #124

Closed daxpedda closed 1 year ago

daxpedda commented 1 year ago

Just saw that CI failed on installing Taplo.

Cc https://github.com/tamasfe/taplo/pull/474.

kevinlewi commented 1 year ago

Ah, thank you! I copied over this change into https://github.com/facebook/voprf/pull/123 since that fixes the new clippy errors, and it seems like we need to land both at the same time in order for everything to pass...