1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-22 21:01:36 +03:00

ci: try harder to pin rust version for mdbook breakage

This commit is contained in:
Wez Furlong 2022-10-01 07:12:23 -07:00
parent f0e18129e9
commit 478109de07

View File

@ -28,7 +28,8 @@ jobs:
# https://github.com/rust-lang/mdBook/issues/1860
# https://github.com/badboy/mdbook-mermaid/pull/23
# https://github.com/Michael-F-Bryan/mdbook-linkcheck/issues/73
toolchain: "1.63"
toolchain: "1.63.0"
default: true
override: true
components: "rustfmt"
env: