— Raspberry Pi, Rust — 1 min read
cargo-update
というパッケージをcargo
でインストールすることで、cargo install
でインストールしたパッケージをまとめてアップデートできる。
$ cargo install cargo-update
cargo install-update -a
で一括でアップデートがあるか確認できる。
$ cargo install-update -a Updating registry 'https://github.com/rust-lang/crates.io-index'Package Installed Latest Needs updatebat v0.15.4 v0.15.4 Nocargo-update v4.1.1 v4.1.1 Noexa v0.9.0 v0.9.0 Nostarship v0.44.0 v0.44.0 NoNo packages need updating.Overall updated 0 packages.