Sourced from smallvec's releases.
v1.15.0
What's Changed
- Fix typos by
@waywardmonkeys
in servo/rust-smallvec#373- Implement bincode2 encode/decode support for smallvec v1 by
@markbt
in servo/rust-smallvec#375New Contributors
@markbt
made their first contribution in servo/rust-smallvec#375Full Changelog: https://github.com/servo/rust-smallvec/compare/v1.14.0...v1.15.0
7c4d350
Versoin 1.15.0aeceb0a
Temporarily disable broken fuzzing in CIa2fb430
Pin honggfuzz binary version35e7ffe
Add support for bincode encode and decode0d019cd
Rename bincode dev-dependency to bincode16c8751d
Merge pull request #373
from waywardmonkeys/v1-fix-typos36317fa
Fix typos