You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): Use cap_std_ext re-exports instead of ocidir
The cap-std-ext upgrade from 4.0.3 to 5.0.0 introduced a version
mismatch: ocidir v0.6.0 depends on cap-std-ext v4.0.7 (cap-std v3.4.5),
while the workspace now uses cap-std-ext v5.0.0 (cap-std v4.0.2).
Using ocidir::cap_std re-exports caused type mismatches when combined
with traits from the workspace's cap-std-ext. Fix by using
cap_std_ext::cap_std re-exports consistently.
Assisted-by: Claude Code (Opus 4.5)
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
0 commit comments