You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs mention the rust-deps keyword which does not exist:
you can set rust-deps: ["rustc", "cargo"] and rust-channel: "none" in the part definition to override the default behaviour.
The docs should also be updated to reflect #903, which adds
Configures the following validation rules:
* 'rust-channel' is null or 'after: [rust-deps]': validate that cargo and rustc are installed
and do not install rustup
* 'rust-channel' is defined: validate that rustup is installed
* 'rust-channel' and 'after: [rust-deps]' are defined: raise an error
Why it needs to get done
To have correct documentation
The text was updated successfully, but these errors were encountered:
What needs to get done
The docs mention the
rust-deps
keyword which does not exist:The docs should also be updated to reflect #903, which adds
Why it needs to get done
To have correct documentation
The text was updated successfully, but these errors were encountered: