Skip to content

0.33

Compare
Choose a tag to compare
@spacejam spacejam released this 15 Jul 09:01
8bfa87e

Breaking Changes

  • #1125 the backtrace crate has been made optional, which
    cuts several seconds off compilation time, but may cause
    breakage if you interacted with the backtrace field
    of corruption-related errors.

Bug Fixes

  • #1128 Tree::pop_min and Tree::pop_max had a bug where
    they were not atomic.