Skip to content

fix: add missing path-posix workspace dependency#1382

Open
Han5991 wants to merge 1 commit intovoidzero-dev:mainfrom
Han5991:fix/missing-path-posix-workspace-dep
Open

fix: add missing path-posix workspace dependency#1382
Han5991 wants to merge 1 commit intovoidzero-dev:mainfrom
Han5991:fix/missing-path-posix-workspace-dep

Conversation

@Han5991
Copy link
Copy Markdown

@Han5991 Han5991 commented Apr 14, 2026

Summary

  • rolldown_plugin_vite_import_glob in the rolldown upgrade (feat(deps): upgrade upstream dependencies #1375) added path-posix as a workspace dependency
  • It was not added to the root Cargo.toml, causing cargo build to fail after just init
  • Adds path-posix = "0.0.1" to [workspace.dependencies] in root Cargo.toml

Fixes #1384

Test plan

  • Run just init then cargo check — should pass without errors

🤖 Generated with Claude Code

rolldown upgrade in voidzero-dev#1375 introduced \`path-posix\` in
\`rolldown_plugin_vite_import_glob\` but it was not added to the root
workspace dependencies, causing \`cargo build\` to fail after \`just init\`.

Fixes voidzero-dev#1381

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 14, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit c509e31
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69de5e8fa05d6400081b21f8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: add missing path-posix workspace dependency after rolldown upgrade (#1375)

1 participant