mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 05:21:14 +00:00
Merge pull request #410 from Kijewski/pr-fix-rtd
Update to more current rust version on readthedocs
This commit is contained in:
commit
7cb3ac0879
@ -6,8 +6,14 @@ build:
|
||||
os: ubuntu-lts-latest
|
||||
tools:
|
||||
python: "3.12"
|
||||
rust: "latest"
|
||||
commands:
|
||||
# Install a current version of rust
|
||||
- asdf install rust 1.86.0
|
||||
- asdf global rust 1.86.0
|
||||
|
||||
# proc-macro2 v1.0.95 expects at least nightly-2025-04-16.
|
||||
- cargo update --package proc-macro2 --precise 1.0.94
|
||||
|
||||
# Generate "book/theme/index.hbs" as "skeleton" of the generated pages.
|
||||
- book/update-theme.py
|
||||
# Install mdbook.
|
||||
|
Loading…
x
Reference in New Issue
Block a user