You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello, while trying to use latest version of toklo (v1.39.2), I have the following error on a
cargo run
:Any idea on how to fix the issue? It seems that there is some problem with mio dependency version.
The text was updated successfully, but these errors were encountered: