From c6907776a16b90869c938b331bb7670795480ea4 Mon Sep 17 00:00:00 2001 From: Nico Mandery Date: Tue, 26 Nov 2024 10:03:44 +0100 Subject: [PATCH] use rust 1.82 to build on reathedocs --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index abc3d07..c18aa92 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,8 +11,8 @@ build: commands: # install rust manually. https://github.com/readthedocs/readthedocs.org/issues/11488 - - asdf install rust 1.81.0 - - asdf global rust 1.81.0 + - asdf install rust 1.82.0 + - asdf global rust 1.82.0 # readthedocs commands from the last non-commands controlled build (based on the commented out # "python" section of this file)