FrameworkComputer / inputmodule-rs

Framework Laptop 16 Input Module SW/FW
MIT License
223 stars 24 forks source link

Private repo in Cargo.toml #29

Closed jdswensen closed 1 year ago

jdswensen commented 1 year ago

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 1 year ago

Public now!