v0.3.1
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 implementsDisplay
which has a blanket
implementation ofstd::string::ToString
. Use that instead. This should not break any
users becausestd::string::ToString
is used by thestd
prelude.