Hello,

is it possible to build packages like foo0.6 from dist-git repo with name foo and not foo0.6?

Since in Rust ecosystem from time to time we need to build multiple versions of a same package, it is much easier if it would be one repo with branches 0.6, 0.7 instead of multiple separate git repos.

If not, what are the limitations?
--

-Igor Gnatenko