Skip to content

DustData v2.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@peeeuzin peeeuzin released this 20 Feb 20:39
· 29 commits to develop since this release

What's Changed

  • Add write ahead log
  • Add start_lazy function

To update:

  • Add the following line to your Cargo.toml:
[dependencies]
dustdata = "2.0.0-beta.2"

or

  • Run the following Cargo command in your project directory
cargo add dustdata@2.0.0-beta.2

Full Changelog: v2.0.0-beta.1...v2.0.0-beta.2