diff --git a/src/tutorial/packaging.md b/src/tutorial/packaging.md index 2b79f74..9377cdb 100644 --- a/src/tutorial/packaging.md +++ b/src/tutorial/packaging.md @@ -106,14 +106,6 @@ Rust, cargo, and all other system dependencies your project requires to be installed on their machine. Compiling large Rust codebases can also take some time. -Furthermore, there is no simple way to update tools installed with cargo: -The user will need to run `cargo install` again at some point, -and pass the `--force` flag to overwrite the old binaries. -This is a [missing feature][cargo-issue-2082] -and there are subcommands [like this one][cargo-update] -you can install to add that, -though. - [cargo-issue-2082]: https://github.com/rust-lang/cargo/issues/2082 [cargo-update]: https://crates.io/crates/cargo-update