mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +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
|
os: ubuntu-lts-latest
|
||||||
tools:
|
tools:
|
||||||
python: "3.12"
|
python: "3.12"
|
||||||
rust: "latest"
|
|
||||||
commands:
|
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.
|
# Generate "book/theme/index.hbs" as "skeleton" of the generated pages.
|
||||||
- book/update-theme.py
|
- book/update-theme.py
|
||||||
# Install mdbook.
|
# Install mdbook.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user