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
Thanks for opening your first issue here! In case you're facing a bug, please update navi to the latest version first. Maybe the bug is already solved! :)
Other workaround is to export RUSTUP_TOOLCHAIN=stable, so whole installation is: git clone https://github.com/denisidoro/navi ~/.navi && cd ~/.navi && export RUSTUP_TOOLCHAIN=stable && make install
Describe the bug
Error would occur if you build from source (
make install
) and it is caused by outdated rustc version.To Reproduce
Steps to reproduce the behavior:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
.make install
.Expected behavior
Should be able to download required packages as such.
Versions:
Additional context
Thank you all for building an amazing tool, let's keep it updated : )
The text was updated successfully, but these errors were encountered: