Note

rustのアップデート

バージョンアップのやり方を忘れてしまうのでメモです。

$ rustc --version rustc 1.33.0 (2aa4c46cf 2019-02-28) $ rustup update stable info: syncing channel updates for 'stable-x86_64-apple-darwin' info: latest update on 2019-05-23, rust version 1.35.0 (3c235d560 2019-05-20) info: downloading component 'rustc' . . . stable-x86_64-apple-darwin updated - rustc 1.35.0 (3c235d560 2019-05-20) info: checking for self-updates info: downloading self-update $ rustc --version rustc 1.35.0 (3c235d560 2019-05-20)

無事アップデート完了。