ferris-says
ferris-says copied to clipboard
[Question] How could I update the package by command line?
Hey, guys! Hope you are doing well :)
I'm just playing with the package with the v0.2
and I'm trying to update it to v0.3.1
.
I've already tried cargo update -p ferris-says
but it doesn't work.
Any suggestion? Please and thank you :)
If you did install it with cargo install ferris-says
, then install cargo-update
with cargo install cargo-update
and then run cargo install-update -a
. This will update all the binaries installed using cargo install
:D