I'm not sure if this is just a duplicate of #238 (it seems more severe?), but here is the problem:
I have a local dependency, and unless I pass --no-sdists, maturin build fails with the inscrutable error log:
warning: manifest has no description, documentation, homepage or repository.
See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info.
Updating crates.io index
error: no matching package named `squaremat` found
location searched: registry `https://github.com/rust-lang/crates.io-index`
required by package `scrs v0.7.0 (/home/ethan/search_compiler/native)`
Thanks for the great tool :)
I'm not sure if this is just a duplicate of #238 (it seems more severe?), but here is the problem:
I have a local dependency, and unless I pass
--no-sdists,maturin buildfails with the inscrutable error log:Thanks for the great tool :)