You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-16 19:14:20 +02:00
Update to Rust 2024 edition. (#2658)
This commit is contained in:
2
.github/workflows/build.sh
vendored
2
.github/workflows/build.sh
vendored
@ -25,7 +25,7 @@ else
|
||||
# Back-date the sources to POT-Creation-Date. The content lives in two
|
||||
# directories:
|
||||
rm -r src/ third_party/
|
||||
git restore --source "$(git rev-list -n 1 --before "$pot_creation_date" @)" src/ third_party/
|
||||
git restore --source "$(git rev-list -n 1 --before "$pot_creation_date" @)" src/ third_party/ book.toml
|
||||
# Set language and adjust site URL. Clear the redirects since they are
|
||||
# in sync with the source files, not the translation.
|
||||
export MDBOOK_BOOK__LANGUAGE=$book_lang
|
||||
|
Reference in New Issue
Block a user