From 7de1e84d9806488975f03b3e646c653605f28245 Mon Sep 17 00:00:00 2001 From: dusk Date: Thu, 28 Nov 2024 21:41:34 +0300 Subject: [PATCH] docs: we use nightly toolchain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1277be..a0dcccc 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ or clone the repository, and run `just build-all` to build the libraries (in rel ## development -it's just a standard rust project under `rust`, so make sure you have the latest stable rust toolchain installed. +it's just a standard rust project under `rust`, so make sure you have `rustup` installed (or the toolchain specified under `rust-toolchain.toml`.) also don't forget to have godot installed and available in your `PATH` (the extension currently targets 4.3). - **cargo features**