Skip to content

Bug: mohu-compute and mohu-linalg listed as git deps pointing to non-existent repos #8

Description

@Bbn08

The workspace Cargo.toml lists two external git dependencies that do not yet exist:

mohu-compute = { git = "https://github.com/mohu-org/mohu-compute" }
mohu-linalg  = { git = "https://github.com/mohu-org/mohu-linalg" }

Any cargo build --workspace or cargo check run will attempt to fetch these repos and fail with a git error when network access is available, or resolve to a stale lockfile entry in CI.

These entries should be removed from the workspace dependency table until the respective repositories exist. Crates that will eventually depend on them should use feature flags or optional dependencies in the interim.

Signed-off-by: mohu-org atrancendentbeing@gmail.com

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingciCI/CD pipeline work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions