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
Describe the bug
error: failed to select a version for the requirement windows = "^0.47"
candidate versions found which didn't match: 0.48.0, 0.46.0, 0.44.0, ...
location searched: crates.io index
required by package enigo v0.1.1 (https://github.com/enigo-rs/enigo#76cd7132)
... which satisfies git dependency enigo of package app v0.1.0 (/Users/xxxxx/ideas/xxxx/src-tauri)
Error failed to build app: failed to build app
ELIFECYCLE Command failed with exit code 1.
To Reproduce
in tauri project: cargo update
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
It looks like version 0.47 of the windows crate was yanked. I am preparing a new version with an updated dependency now. Should be online in one or two hours. Thank you for the report :)
Describe the bug
error: failed to select a version for the requirement
windows = "^0.47"
candidate versions found which didn't match: 0.48.0, 0.46.0, 0.44.0, ...
location searched: crates.io index
required by package
enigo v0.1.1 (https://github.com/enigo-rs/enigo#76cd7132)
... which satisfies git dependency
enigo
of packageapp v0.1.0 (/Users/xxxxx/ideas/xxxx/src-tauri)
Error failed to build app: failed to build app
ELIFECYCLE Command failed with exit code 1.
To Reproduce
in tauri project: cargo update
Expected behavior
A clear and concise description of what you expected to happen.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: