1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-26 07:52:20 +02:00

Use latest mdbook-i18n-helpers in action.yml ()

The new release will allow us to skip untranslatable text in the course,
thus reducing the amount of work and churn for our translators.
This commit is contained in:
Martin Geisler 2023-09-20 10:38:15 +02:00 committed by GitHub
parent 9ca8d5e286
commit 38557b142a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ runs:
shell: bash
- name: Install mdbook-i18n-helpers
run: cargo install mdbook-i18n-helpers --locked --version 0.2.2
run: cargo install mdbook-i18n-helpers --locked --version 0.2.3
shell: bash
- name: Install exerciser