toolchain

This commit is contained in:
Felix Ableitner 2023-04-20 23:25:07 +02:00
parent 6990bbee27
commit 8a27be2814
2 changed files with 4 additions and 1 deletions

View file

@ -17,7 +17,7 @@ pipeline:
- prettier -c src - prettier -c src
check_documentation_build: check_documentation_build:
image: rust:1.68-slim-bullseye image: rust:1.61-slim-buster
commands: commands:
- cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization - cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization
--rev 9d8147c --force --debug --rev 9d8147c --force --debug

3
rust-toolchain.toml Normal file
View file

@ -0,0 +1,3 @@
[toolchain]
channel = "1.61"
targets = []