File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,15 @@ Ruff uses a custom versioning scheme that uses the **minor** version number for
4848 - A new server setting is added
4949 - A server setting is deprecated
5050
51+ ## Minimum supported Rust version
52+
53+ The minimum supported Rust version required to compile Ruff is listed in the ` rust-version ` key of
54+ the ` [workspace.package] ` section in ` Cargo.toml ` . It may change in any release (minor or patch). It
55+ will never be newer than N-2 Rust versions, where N is the latest stable version. For example, if
56+ the latest stable Rust version is 1.85, Ruff's minimum supported Rust version will be at most 1.83.
57+
58+ This is only relevant to users who build Ruff from source. Installing Ruff from the Python package
59+ index usually installs a pre-built binary and does not require Rust compilation.
5160
5261## Preview mode
5362
You can’t perform that action at this time.
0 commit comments