0.1.9
- Removed unnecessary mut specifiers.
- Implemented
std::error::Error
forvk_mem::Error
. - Disabled usage of
failure
by default. - Updated to latest vendor commit (6ac1d3a4b732f50aef3a884ef7020cce53007065).
- Bumped all dependencies to latest versions.
- Removed clone from
Allocator
, as it was unsafe and invalid.