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: skip crates.io registry cache path for UI assets, prefer embedde…
…d fallback
CARGO_MANIFEST_DIR points to the registry cache for cargo-installed binaries,
which is unreliable and may be pruned. Now we detect this and fall through to
the rust-embed embedded assets instead.