Skip to content

v0.3.1

Compare
Choose a tag to compare
@lawliet89 lawliet89 released this 30 Jul 02:31
· 106 commits to master since this release
91822d8

0.3.1 (2019-07-30)

There are no new features except for ring dependency changes.

  • biscuit now depends on ring 0.16.5
  • Changed internal usage of ring's AEAD APIs
  • Removed Compact::to_string. Compact now implements Display which has a blanket
    implementation of std::string::ToString. Use that instead. This should not break any
    users because std::string::ToString is used by the std prelude.