File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 - Added ` ExtendProjectGraphInput.toolchain_config ` field.
3939 - Added ` ExtendTaskCommandInput.toolchain_config ` and ` project ` fields.
4040 - Added ` ExtendTaskScriptInput.toolchain_config ` and ` project ` fields.
41- - Added ` RegisterToolchainOutput.requires ` field.
4241 - Added ` load_toolchain_config ` and ` load_project_toolchain_config ` functions.
4342 - Added ` load_toolchain_config_by_id ` host function.
4443
Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ api_struct!(
6767
6868 /// Other toolchains that this toolchain requires. Identifiers must
6969 /// be in stable format (not prefixed with "unstable_").
70- #[ serde( default , skip_serializing_if = "Vec::is_empty" ) ]
71- pub requires: Vec <String >,
70+ // #[serde(default, skip_serializing_if = "Vec::is_empty")]
71+ // pub requires: Vec<String>,
7272
7373 /// The name of the directory that contains installed dependencies.
7474 /// Will be used for detection.
You can’t perform that action at this time.
0 commit comments