Skip to content

Commit

Permalink
chore: upgrade mdbook and mdbook-i18n-helpers
Browse files Browse the repository at this point in the history
Just make sure mdbook-i18n-helpers >= 0.3.3 to avoid error[E0282]: type annotations needed for `Box<_>`

See Also: 
- time-rs/time#681
- google/mdbook-i18n-helpers#198
  • Loading branch information
YuevUwU authored Aug 1, 2024
1 parent 88097f4 commit 0d1ef5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install-mdbook/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ runs:
# The --locked flag is important for reproducible builds. It also
# avoids breakage due to skews between mdbook and mdbook-svgbob.
- name: Install mdbook
run: cargo install mdbook --locked --version 0.4.37
run: cargo install mdbook --locked --version 0.4.40
shell: bash

- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers --locked --version 0.3.1
run: cargo install mdbook-i18n-helpers --locked --version 0.3.5
shell: bash

0 comments on commit 0d1ef5d

Please sign in to comment.