Skip to content

Commit 784417e

Browse files
epagejoshtriplett
andauthored
fix: Clarify cargo-update
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
1 parent d0cb1d8 commit 784417e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2025-02-27-this-development-cycle-in-cargo-1.86.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Cargo can't be everything to everyone,
3030
if for no other reason than the compatibility guarantees it must uphold.
3131
Plugins play an important part of the Cargo ecosystem and we want to celebrate them.
3232

33-
Our plugin for this cycle is [cargo-update](https://crates.io/crates/cargo-update) which checks for and applies updates for `cargo install`ed binaries. Built-in support for this is being tracked in [#4101](https://github.com/rust-lang/cargo/issues/4101).
33+
Our plugin for this cycle is [cargo install-update (crate name `cargo-update`)](https://crates.io/crates/cargo-update) which checks for and applies updates for `cargo install`ed binaries. Built-in support for this is being tracked in [#4101](https://github.com/rust-lang/cargo/issues/4101).
3434

3535
Thanks to [Muscraft](https://github.com/Muscraft) for the suggestion!
3636

0 commit comments

Comments
 (0)