book: update to rust 1.88

This commit is contained in:
René Kijewski 2025-07-06 02:32:59 +02:00
parent bbcb70e3f5
commit a757469a2b

View File

@ -8,8 +8,8 @@ build:
python: "3.12"
commands:
# Install a current version of rust
- asdf install rust 1.86.0
- asdf global rust 1.86.0
- asdf install rust 1.88.0
- asdf global rust 1.88.0
# proc-macro2 v1.0.95 expects at least nightly-2025-04-16.
- cargo update --package proc-macro2 --precise 1.0.94