Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to select a version for the requirement mio #6758

Open
adrien3d opened this issue Aug 8, 2024 · 1 comment
Open

Failed to select a version for the requirement mio #6758

adrien3d opened this issue Aug 8, 2024 · 1 comment
Labels
A-tokio Area: The main tokio crate C-bug Category: This is a bug.

Comments

@adrien3d
Copy link

adrien3d commented Aug 8, 2024

Hello, while trying to use latest version of toklo (v1.39.2), I have the following error on a cargo run:

error: failed to select a version for the requirement `mio = "^1.0.1"`
candidate versions found which didn't match: 1.0.0, 0.8.11, 0.8.10, ...
location searched: crates.io index
required by package `tokio v1.39.2`
    ... which satisfies dependency `tokio = "^1.39.2"` (locked to 1.39.2) of package `iss v0.1.0

Any idea on how to fix the issue? It seems that there is some problem with mio dependency version.

@adrien3d adrien3d added A-tokio Area: The main tokio crate C-bug Category: This is a bug. labels Aug 8, 2024
@Darksonn
Copy link
Contributor

Darksonn commented Aug 8, 2024

Try deleting your Cargo.lock.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-tokio Area: The main tokio crate C-bug Category: This is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants