Skip to content

Commit

Permalink
build: don't pin rustdoc versions
Browse files Browse the repository at this point in the history
The docs builds often fail if we bump dependencies and don't update the
rustdocs build script to match. Let's stop pinning specific versions
unless we have an express need to do so. Trusting Cargo.lock to
determine which docs versions are built is fine for our needs.
  • Loading branch information
conorsch committed Jul 20, 2023
1 parent 3fe090e commit 4c854ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployments/scripts/rust-docs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export RUSTDOCFLAGS="--enable-index-page -Zunstable-options --cfg docsrs"
# indexes is overwritten on each cargo doc invocation.

cargo +nightly doc --no-deps \
-p tendermint@0.32.0 \
-p tendermint-config@0.32.0 \
-p tendermint \
-p tendermint-config \
-p ibc-types \
-p tower-abci \
-p jmt \
Expand Down

0 comments on commit 4c854ce

Please sign in to comment.