Skip to content

Commit

Permalink
Update node.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Aug 12, 2024
1 parent 24e599e commit 1483ade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion toolchains/node/src/moon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub fn register_toolchain(
Json(_): Json<ToolchainMetadataInput>,
) -> FnResult<Json<ToolchainMetadataOutput>> {
Ok(Json(ToolchainMetadataOutput {
config_schema: Some(SchemaBuilder::build_root::<NodeConfig>()),
// config_schema: Some(SchemaBuilder::build_root::<NodeConfig>()),
plugin_version: env!("CARGO_PKG_VERSION").into(),
..ToolchainMetadataOutput::default()
}))
Expand Down

0 comments on commit 1483ade

Please sign in to comment.