You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standardize rust docs args and use of RUSTC_BOOTSTRAP (#2120)
# Goal
The goal of this PR is to fix an issue with the last RC release attempt:
https://github.com/frequency-chain/frequency/actions/runs/10324779461
# Discussion
- `RUSTC_BOOTSTRAP` turns "stable" rust into "nightly"
- We were using this before in places, but not consistently across all
the workflows
- This correctly updates everything to use it and all to use the
consistent parameters
## Verify
Locally run the `make docs` or `RUSTC_BOOTSTRAP=1
RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo doc
--no-deps --workspace --features frequency` command
0 commit comments