Skip to content

v2.0.0

Compare
Choose a tag to compare
@MaidSafe-QA MaidSafe-QA released this 10 Aug 11:58
· 24 commits to master since this release

2.0.0 (2021-08-10)

⚠ BREAKING CHANGES

  • prefix-map: - Expose PrefixMap as public from lib and remove pub prefix_map mod.
  • Adapting PrefixMap APIs to the removal of requirement of Borrow Trait for T.
  • prefix-map: remove the requirement of Borrow trait for T from PrefixMap (1e32830)