We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo metadata
workPath
1 parent f5b630d commit e68930bCopy full SHA for e68930b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vercel-rust",
3
- "version": "4.0.2",
+ "version": "4.0.3",
4
"description": "Rust runtime for Vercel Functions.",
5
"homepage": "https://github.com/vercel-community/rust",
6
"repository": {
src/index.ts
@@ -84,7 +84,7 @@ async function buildHandler(
84
debug(`Building \`${binaryName}\` for \`${process.platform}\` completed`);
85
86
let { target_directory: targetDirectory } = await getCargoMetadata({
87
- cwd: process.cwd(),
+ cwd: workPath,
88
env: rustEnv,
89
});
90
0 commit comments