We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
min-tool-version
1 parent 246b7b0 commit a099b65Copy full SHA for a099b65
1 file changed
Documentation/rust/quick-start.rst
@@ -26,7 +26,7 @@ Rust features.
26
If ``rustup`` is being used, enter the checked out source code directory
27
and run::
28
29
- rustup override set 1.58.0
+ rustup override set $(scripts/min-tool-version.sh rustc)
30
31
Otherwise, fetch a standalone installer or install ``rustup`` from:
32
@@ -79,7 +79,7 @@ the ``bindgen`` tool. A particular version is required.
79
80
Install it via (note that this will download and build the tool from source)::
81
82
- cargo install --locked --version 0.56.0 bindgen
+ cargo install --locked --version $(scripts/min-tool-version.sh bindgen) bindgen
83
84
85
Requirements: Developing
0 commit comments