1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-07 10:06:22 +02:00

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

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

View File

@ -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