Skip to content

v4.3.1

Compare
Choose a tag to compare
@samueltardieu samueltardieu released this 02 Aug 10:12
· 313 commits to main since this release
v4.3.1
eed3595
  • Move cycle_detection module into directed and deprecate the former
  • Update indexmap requirement from 1.9.2 to 2.0.0
  • Style: use or_default() rather than or_insert_with() with default value
  • Style: do not use bool::then() in filter_map()
  • Style: make partial_cmp use cmp
  • Style: reformat with let/else support
  • Use codspeed-criterion-compat everywhere, do not require criterion