Problem
rustc version and cargo versions out of sync
They should be the same
Steps
rustup toolchain install 1.41.1 && .cargo/bin/rustup default 1.41.1
rustc --versioncargo --versionNotes
Output of rustup --version:
rustc 1.41.1 (f3e1a954d 2020-02-24)
Output of rustup show:
Default host: x86_64-unknown-linux-gnu
rustup home: /home/gitpod/.rustup
installed toolchains
--------------------
1.41.0-x86_64-unknown-linux-gnu
1.41.1-x86_64-unknown-linux-gnu (default)
active toolchain
----------------
1.41.1-x86_64-unknown-linux-gnu (default)
rustc 1.41.1 (f3e1a954d 2020-02-24)
~
@JesterOrNot I think this is intended behavior because there was no change to cargo in the 1.41.1 backport. See https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html.
Thanks!
Most helpful comment
@JesterOrNot I think this is intended behavior because there was no change to cargo in the
1.41.1backport. See https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html.