Skip to content

Conversation

@orhun
Copy link
Contributor

@orhun orhun commented Jan 23, 2026

Right now this command fails:

$ cargo fetch --manifest-path kondo-ui/Cargo.toml
    Updating crates.io index
error: failed to select a version for the requirement `kondo-lib = "^0.8"`
candidate versions found which didn't match: 0.9.0
location searched: /build/kondo/src/kondo-0.9/kondo-lib
required by package `kondo-ui v0.8.0 (/build/kondo/src/kondo-0.9/kondo-ui)`

It's because kondo-ui v0.8 depends on kondo-lib v0.8, but only kondo-lib v0.9 is available from the workspace.

This PR fixes that by depending on the latest version of kondo-lib.

@tbillington
Copy link
Owner

Ah nuts, yea kondo-ui is a bit neglected tbh, I didn't update it to 0.9 along with the others and it's in the workspace exclude.

Thanks for catching that

@tbillington tbillington merged commit f4845c3 into tbillington:master Jan 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants