command also which upgraded by Rustc to rustc 1.45.2 (d3fb005a3 2020-07-31).
This is one problem I have faced with Rust quite frequently. Try to clone and run a random (not famous) project from Github and it doesn't compile.
Love Java when it comes to this. It's easy to see which version of the JDK is needed from the Maven file. If you have that version of JDK, the projects almost always run.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
command also which upgraded by Rustc to rustc 1.45.2 (d3fb005a3 2020-07-31).
This is one problem I have faced with Rust quite frequently. Try to clone and run a random (not famous) project from Github and it doesn't compile.
Love Java when it comes to this. It's easy to see which version of the JDK is needed from the Maven file. If you have that version of JDK, the projects almost always run.