Skip to content

v0.13.0 - 2021/08/25

Compare
Choose a tag to compare
@Robbepop Robbepop released this 25 Aug 12:25
· 59 commits to master since this release
v0.13.0
61df7d7
  • Update hashbrown dependency from version 0.9 to version 0.11.

  • Add shrink_to_fit method to StringInterner via backend. (#36)

  • Add support more than 4G of interned strings with StringBackend. (#37)

  • Remove S: Symbol trait bound from interner backends.

  • Remove S: Symbol trait bound from Clone impl for StringBackend.

  • Reworked the memory and allocation tests

    • Run them via cargo test -- --test-threads 1
  • CI now tests the whole build for windows, linux (ubuntu) and macos.

  • Add cargo-audit and cargo-outdated checks to CI pipeline.

  • Remove no longer needed jemalloc dev-dependency.