Skip to content

Releases: garro95/priority-queue

2.0.0

28 Feb 19:21
Compare
Choose a tag to compare

This release contains breaking changes

  • Some methods now require the trait bound H: BuildHasher. This change will likely have a small impact or none.
  • The standard library support is no longer auto-detected. The feature "std" is included in the default feature set, or else can be enabled like any other Cargo feature. Users that need to support no_std targets will have to explicitly disable default features.