This PR fixes a bug where we were not keeping the order of the values, this was not correct. I added a test to make sure that it will always be true in the future. I also bumped the patch version of the crate.
I checked and the test was correctly failing when I was using the sort_unstable_by function.
This PR fixes a bug where we were not keeping the order of the values, this was not correct. I added a test to make sure that it will always be true in the future. I also bumped the patch version of the crate.
I checked and the test was correctly failing when I was using the
sort_unstable_by
function.