MatthiasGrandl / Loungy

Loungy is a WIP launcher in the vein of Spotlight, Alfred, Raycast.
MIT License
1.44k stars 70 forks source link

cargo run dev -> error #2

Closed doroved closed 7 months ago

doroved commented 7 months ago
image
MatthiasGrandl commented 7 months ago

Sounds like you need to update your rust version. https://github.com/rust-lang/rust/issues/91611

hugows commented 7 months ago

@doroved I had the same error due to having two rust versions (cargo and homebrew) - in my case what solved was brew uninstall rust and then rustup update. Then I was able to see the proper rustc referenced:

> which rustc
/Users/hugo/.cargo/bin/rustc