v0.35.3
[0.35.3] - 2024-04-11
Another bug-fix release that substitutes BinaryHeap
for Vec
in the same way that we do for BTreeMap/Set to avoid issues with the Ord constraint on the generic type (because this may be a generated type, and we don't automatically apply Ord to generated types).