From 0bfc9dd8d6052c2a30261f33d4d23a13b3542f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:25:44 +0200 Subject: [PATCH] docs: Specify minimum tool versions in DEVELOPMENT.md (#937) --- DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 855ed3bc3..98cf9752f 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -28,9 +28,9 @@ shell by setting up [direnv](https://devenv.sh/automatic-shell-activation/). To setup the environment manually you will need: -- Rust: https://www.rust-lang.org/tools/install - Just: https://just.systems/ -- Poetry: https://python-poetry.org/ +- Rust `>=1.75`: https://www.rust-lang.org/tools/install +- Poetry `>=1.8`: https://python-poetry.org/ Once you have these installed, you can install the required python dependencies and setup pre-commit hooks with: