EspressoSystems / jellyfish

A Rust Implementation of the PLONK ZKP System and Extensions
https://jellyfish.docs.espressosys.com
MIT License
385 stars 93 forks source link

fix: scripts maintenance #620

Closed mrain closed 1 month ago

mrain commented 1 month ago

closes: #614

This PR:

This PR does not:

Key places to review:


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.

mrain commented 1 month ago

it's great that cargo +nightly works under nix now. previously I remember that even if we have the nightly toolchain (for fmt at least), this command won't work.

but i just tested now, it works.

I remember that it was the problem with displaydoc. Rust was tuning some feature that will cause compilation error. Now there're only warnings not errors.