From 7c4578f5f56b088722255e56b8a46079ce4d98f3 Mon Sep 17 00:00:00 2001 From: Tpt Date: Tue, 12 Sep 2023 21:39:16 +0200 Subject: [PATCH] ReadTheDocs: updates Rust version --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 57d4f630..da4c7a80 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ build: os: "ubuntu-22.04" tools: python: "3" - rust: "1.64" + rust: "1.70" apt_packages: - clang