Skip to content

Releases: near/borsh-rs

v0.8.2

04 Mar 22:55
Compare
Choose a tag to compare

Fixes:

  • Avoid collisions of imports due to derive-generated code (#14)

0.8.1

13 Jan 10:55
Compare
Choose a tag to compare

This is a patch release adding missing BTreeMap support after no_std refactoring as well as introducing support for BTreeSet, BinaryHeap, LinkedList, and VecDeque

0.8.0

13 Jan 10:53
Compare
Choose a tag to compare

Features

Introduced no_std support

Breaking changes

The binary format is the same and we expect the public API to be compatible as well