From 04ea4c8cb90c350f3356cd70e4720efa2ee10db2 Mon Sep 17 00:00:00 2001 From: Martin Larralde <martin.larralde@embl.de> Date: Sat, 31 Aug 2024 12:37:07 +0200 Subject: [PATCH] Update Rust version used to build documentation [ci skip] --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 20b9ad4..adaeabe 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ build: os: ubuntu-22.04 tools: python: "3.11" - rust: "1.64" + rust: "1.70" # Build documentation in the "docs/" directory with Sphinx sphinx: -- GitLab