privacy-scaling-explorations / halo2

https://privacy-scaling-explorations.github.io/halo2/
Other
208 stars 130 forks source link

fix: bump nightly version to build docs in CI #341

Closed ed255 closed 6 months ago

ed255 commented 6 months ago

In https://github.com/privacy-scaling-explorations/halo2/pull/306 we bumped the rust version to 1.78 and that broke the docs build which was using a nightly version from 2023. Bumping the nightly version used to build the docs should fix the issue.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.84%. Comparing base (b76ffc2) to head (5be6e60).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #341 +/- ## ======================================= Coverage 81.84% 81.84% ======================================= Files 82 82 Lines 17000 17000 ======================================= Hits 13913 13913 Misses 3087 3087 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ed255 commented 6 months ago

The docs build workflow succeeded https://github.com/privacy-scaling-explorations/halo2/actions/runs/9253450296/job/25453136837 :smiley: