Skip to content

Commit 7ed6d69

Browse files
committed
Merge branch 'main' into translation/zh-CN
2 parents 4168a33 + 5f72514 commit 7ed6d69

File tree

18 files changed

+5643
-3271
lines changed

18 files changed

+5643
-3271
lines changed

.github/workflows/install-mdbook/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
# The --locked flag is important for reproducible builds. It also
99
# avoids breakage due to skews between mdbook and mdbook-svgbob.
1010
- name: Install mdbook
11-
run: cargo install mdbook --locked --version 0.4.36
11+
run: cargo install mdbook --locked --version 0.4.37
1212
shell: bash
1313

1414
- name: Install mdbook-svgbob
@@ -17,14 +17,14 @@ runs:
1717

1818
- name: Install mdbook-pandoc and related dependencies
1919
run: |
20-
cargo install mdbook-pandoc --locked --version 0.5.0
20+
cargo install mdbook-pandoc --locked --version 0.6.4
2121
sudo apt-get install -y texlive texlive-luatex texlive-lang-cjk librsvg2-bin fonts-noto
22-
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.1.12.2/pandoc-3.1.12.2-linux-amd64.tar.gz | tar zxf -
23-
echo "$PWD/pandoc-3.1.12.2/bin" >> $GITHUB_PATH
22+
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-linux-amd64.tar.gz | tar zxf -
23+
echo "$PWD/pandoc-3.2/bin" >> $GITHUB_PATH
2424
shell: bash
2525

2626
- name: Install mdbook-i18n-helpers
27-
run: cargo install mdbook-i18n-helpers --locked --version 0.3.1
27+
run: cargo install mdbook-i18n-helpers --locked --version 0.3.3
2828
shell: bash
2929

3030
- name: Install mdbook-exerciser

Cargo.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdbook-course/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ matter = "0.1.0-alpha4"
1717
mdbook = "0.4.40"
1818
pretty_env_logger = "0.5.0"
1919
regex = "1.10"
20-
serde = "1.0.202"
20+
serde = "1.0.203"
2121
serde_json = "1.0.117"
2222
serde_yaml = "0.9"

0 commit comments

Comments
 (0)