Private repo in Cargo.toml
jdswensen opened this issue · 1 comments
jdswensen commented
It looks the st7306 repo is private. When building at the top level project directory, I get the following:
cargo build ✔ 6s
Blocking waiting for file lock on package cache
Updating crates.io index
Updating git repository `ssh://git@github.com/FrameworkComputer/st7306.git`
error: failed to get `st7306-lcd` as a dependency of package `fl16-inputmodules v0.1.4 (/home/jake/projects/inputmodule-rs/fl16-inputmodules)`
Caused by:
failed to load source for dependency `st7306-lcd`
While the dependency is marked as optional, cargo still tries to fetch it. The quick fix that worked locally for me was to just comment it out.
JohnAZoidberg commented
Public now!