From c48c7669a84a92815abd8b777a80cc2abc115ae8 Mon Sep 17 00:00:00 2001 From: Reiner Gerecke Date: Sat, 5 Nov 2022 20:03:10 +0100 Subject: [PATCH] Remove rust version from CONTRIBUTING.md (#605) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d3fc4c7f7..0a08a3e2ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ your proposed change. ### Prerequisites -ruff is written in Rust (1.63.0). You'll need to install the +ruff is written in Rust. You'll need to install the [Rust toolchain](https://www.rust-lang.org/tools/install) for development. You'll also need [Insta](https://insta.rs/docs/) to update snapshot tests: