diff --git a/packages/rust/src/utils/cargo.ts b/packages/rust/src/utils/cargo.ts index 7a7ddbe..0d24c57 100644 --- a/packages/rust/src/utils/cargo.ts +++ b/packages/rust/src/utils/cargo.ts @@ -75,6 +75,7 @@ export function cargoCommandSync( windowsHide: true, stdio: normalizedOptions.stdio, env: normalizedOptions.env, + maxBuffer: 1024 * 1024 * 10 }), success: true, };