INFO cargo_liner::cargo > Fetching latest package versions... ... INFO cargo_liner > Results: ┌─────────────┬─────────────┬─────────────┬────────┐ │ Name │ Old version │ New version │ Status │ ├─────────────┼─────────────┼─────────────┼────────┤ │ abc │ 0.0.1 │ 0.0.2 │ 🛈 │ │ cargo-liner │ 0.0.3 │ ø │ ✔ │ │ def │ 0.0.2 │ 0.0.3 │ 🛈 │ └─────────────┴─────────────┴─────────────┴────────┘ INFO cargo_liner::cargo > Updating `abc`... Updating `dummy-registry` index Downloading crates ... Downloaded abc v0.0.2 (registry `dummy-registry`) Installing abc v0.0.2 Updating `dummy-registry` index Compiling abc v0.0.2 Finished `release` profile [optimized] target(s) in [ELAPSED]s Replacing [ROOT]/home/.cargo/bin/abc Replaced package `abc v0.0.1` with `abc v0.0.2` (executable `abc`) warning: be sure to add `[ROOT]/home/.cargo/bin` to your PATH to be able to run the installed binaries INFO cargo_liner::cargo > Updating `def`... Updating `dummy-registry` index Downloading crates ... Downloaded def v0.0.3 (registry `dummy-registry`) Installing def v0.0.3 Updating `dummy-registry` index Compiling def v0.0.3 Finished `release` profile [optimized] target(s) in [ELAPSED]s Replacing [ROOT]/home/.cargo/bin/def Replaced package `def v0.0.2 (/a/b/c)` with `def v0.0.3` (executable `def`) warning: be sure to add `[ROOT]/home/.cargo/bin` to your PATH to be able to run the installed binaries INFO cargo_liner > Installation report: ┌──────┬─────────────┬─────────────┬────────┐ │ Name │ Old version │ New version │ Status │ ├──────┼─────────────┼─────────────┼────────┤ │ abc │ 0.0.1 │ 0.0.2 │ ✔ │ │ def │ 0.0.2 │ 0.0.3 │ ✔ │ └──────┴─────────────┴─────────────┴────────┘ INFO cargo_liner > Done.