leptos-rs / cargo-leptos

Build tool for Leptos (Rust)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing cargo leptos produces warning about yanked dep in log

DanielJoyce opened this issue · comments

Running cargo install --locked cargo-leptos produces the following warning

    Updating crates.io index
warning: package `zerocopy v0.7.26` in Cargo.lock is yanked in registry `crates-io`, consider running without --locked

Looks like this is fixed in main

Fixed in latest tagged version.