Skip to content

v0.35.3

Compare
Choose a tag to compare
@niklasad1 niklasad1 released this 11 Apr 09:40
· 82 commits to master since this release
v0.35.3
9718697

[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).