Skip to content
Htkyama Blog

CargoでインストールしたRustパッケージをupdateする

Raspberry Pi, Rust1 min read

cargo-updateというパッケージをcargoでインストールすることで、cargo installでインストールしたパッケージをまとめてアップデートできる。

  • cargo-update
$ 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 update
bat v0.15.4 v0.15.4 No
cargo-update v4.1.1 v4.1.1 No
exa v0.9.0 v0.9.0 No
starship v0.44.0 v0.44.0 No
No packages need updating.
Overall updated 0 packages.
© 2023 All rights reserved.
RSS