Describe the bug
When running cargo about generate on Windows (most of my collegues their system) vs Linux (our CI server) there seems to be a difference in sorting of the used_by list.
To Reproduce
Unfortunatly, I'm working in a closed source repo with a lot of dependencies, so I am unsure if I can directly repro this. The dependency in question that's sorted differently is winit.
Expected behavior
I expect the sorting to always be the same.
Device:
OS: Windows 11 and Debian (rust:bookworm-slim docker image)
Version: Both 0.6.4
Additional context
I also saw #202, but contrary to that issue this output seems to be 100% deterministic on both platforms. I don't have access to apple hardware atm, so could not check on that.
Describe the bug When running
cargo about generate
on Windows (most of my collegues their system) vs Linux (our CI server) there seems to be a difference in sorting of theused_by
list.To Reproduce Unfortunatly, I'm working in a closed source repo with a lot of dependencies, so I am unsure if I can directly repro this. The dependency in question that's sorted differently is
winit
.Expected behavior I expect the sorting to always be the same.
Device:
rust:bookworm-slim
docker image)Additional context I also saw #202, but contrary to that issue this output seems to be 100% deterministic on both platforms. I don't have access to apple hardware atm, so could not check on that.