cargo build で特定のバージョンの rustc を利用する

Posted on 2019/08/03
rustup run 1.15.1 cargo build

もちろん事前に使用するバージョンをインストールしておく必要がある:

rustup install 1.15.1

参考: