From f29a49bcd2681ea79d28acb0773048601d589f23 Mon Sep 17 00:00:00 2001 From: Tpt Date: Mon, 20 Mar 2023 19:09:57 +0100 Subject: [PATCH] ReadTheDocs: updates rust to 1.64 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 726725eb..57d4f630 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ build: os: "ubuntu-22.04" tools: python: "3" - rust: "1.61" + rust: "1.64" apt_packages: - clang