From d592b16ac0eb67d5e6cee060a3bfec451cf9b7ac Mon Sep 17 00:00:00 2001 From: Will Lillis Date: Tue, 11 Nov 2025 04:32:37 -0500 Subject: [PATCH] fix(docs): list dependencies on external tooling for `version` command --- docs/src/cli/version.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/cli/version.md b/docs/src/cli/version.md index ab699d2a..c2d526a7 100644 --- a/docs/src/cli/version.md +++ b/docs/src/cli/version.md @@ -37,6 +37,11 @@ To print the current version without bumping it, use: tree-sitter version ``` +Note that some of the binding updates require access to external tooling: + +* Updating Cargo.toml and Cargo.lock bindings requires that `cargo` is installed. +* Updating package-lock.json requires that `npm` is installed. + ## Options ### `-p/--grammar-path `