Cargo Insall Cargo-Cahe Diese Version von Fracht ist älter als die Ausgabe von "2021" und unterstützt nur "2015" und "2018" -Editions.
// update rust and it's nightly vesrsion
rustup default stable && rustup update
rustup update nightly && rustup target add wasm32-unknown-unknown --toolchain nightly
//To check the updated version
rustup show
rustup +nightly show
BurRaq101325