Hacker News new | ask | show | jobs
by Yoric 1229 days ago
How did you install the binary? If you installed it from source, you'll need to `cargo update && cargo build`.

If you downloaded a binary or installed it from your distro's repo, generally you just need to update that one binary, yes.

1 comments

Thanks for clarifying. Yes, I'd typically install a Rust program from the distro's repos.