Right now, the ros2-rust/ repos all points to main. This makes it impossible to stay on an old version without manually keeping track of, and checkout, the correct versions that works with a specific ros2_rust version.
Is would be very useful if version: could always point to a specific version. At a minimum it should be like that for tagged versions.
Right now, the
ros2-rust/repos all points tomain. This makes it impossible to stay on an old version without manually keeping track of, and checkout, the correct versions that works with a specificros2_rustversion.Is would be very useful if
version:could always point to a specific version. At a minimum it should be like that for tagged versions.