Skip to content

Commit 5e2dfc4

Browse files
committed
Undo.
1 parent 0245cf5 commit 5e2dfc4

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
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

crates/pdk-api/src/toolchain.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)