Skip to content

Commit c509e31

Browse files
Han5991claude
andcommitted
fix: add missing \path-posix\ workspace dependency
rolldown upgrade in #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 #1381 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 48e49ca commit c509e31

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ num-format = "0.4"
133133
num_cpus = "1.17"
134134
owo-colors = "4.2.2"
135135
parking_lot = "0.12.5"
136+
path-posix = "0.0.1"
136137
pathdiff = "0.2.3"
137138
pnp = "0.12.7"
138139
percent-encoding = "2.3.1"

0 commit comments

Comments
 (0)