Skip to content

2.1.0

Choose a tag to compare

@ryantaylor ryantaylor released this 01 Apr 21:39
· 141 commits to master since this release
9c0aadf

Changes

  • Added serde Serialize and Deserialize traits to all public-facing structs. You can now fully serialize and deserialize Replay instances.
  • Updated Rust edition to 2021. This shouldn't be a breaking change but will limit the range of compiler versions that can build the library. In practice this shouldn't really affect anybody.