Install multiple versions of a binary?

⚓ Rust    📅 2025-12-06    👤 surdeus    👁️ 2      

surdeus

I'm unsure how to install multiple versions of a binary with cargo. In my case I'd like to have mdbook@^0.4, and mdbook@^0.5

One option is to download the repo, build it, and rename the binary so there isn't a clash.

Any other suggestions?

3 posts - 2 participants

Read full topic

🏷️ Rust_feed