Skip to content

Commit fe81a99

Browse files
committed
docs: add toolchain prerequisite note to README
Point readers at `rustup update stable` if their toolchain predates the workspace MSRV.
1 parent af55917 commit fe81a99

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ Heavy widgets (graph/chart/map renderers, code editor) are intentionally static
2929

3030
## Building & running
3131

32-
This is a Cargo workspace; the app is the `nodedb-studio` member crate.
32+
This is a Cargo workspace; the app is the `nodedb-studio` member crate. It requires a recent stable
33+
Rust toolchain (see `rust-version` in `Cargo.toml`); run `rustup update stable` if Cargo reports your
34+
toolchain is too old.
3335

3436
```bash
3537
cargo run -p nodedb-studio # opens the desktop window (1440x900)

0 commit comments

Comments
 (0)