Skip to content

v0.2.0

Compare
Choose a tag to compare
@steveatinfincia steveatinfincia released this 11 May 22:52
· 109 commits to master since this release
v0.2.0
54d0d19

Should be source compatible with older versions, none of the public interfaces have changed, only internal organization and crate dependencies.

Changes

  • Removes rustc-serialize dependency in favor of data-encoding
    • to_hex() is now directly part of the Bip39 struct rather than the ToHex trait
  • Replaces rust-crypto with ring
  • Removes binary from crate