Releases: rustbase/dustdata
Releases · rustbase/dustdata
DustData v2.0.0-beta.4
Full Changelog: v2.0.0-beta.3...v2.0.0-beta.4
DustData v2.0.0-beta.3
Full Changelog: v2.0.0-beta.2...v2.0.0-beta.3
DustData v2.0.0-beta.2
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
DustData v2.0.0-beta.1
Full Changelog: v2.0.0-beta.0...v2.0.0-beta.1
DustData v2.0.0-beta.0
What's Changed
Full Changelog: v1.3.2...v2.0.0-beta.0
DustData v1.3.2
DustData v1.3.1
DustData v1.3.0
v1.2.1
To update:
- Add the following line to your Cargo.toml:
[dependencies]
dustdata = "1.2.1"
or
- Run the following Cargo command in your project directory
cargo add dustdata@1.2.1
Full Changelog: v1.2.0...v1.2.1
DustData v1.2.0
To update:
- Add the following line to your Cargo.toml:
[dependencies]
dustdata = "1.2.0"
or
- Run the following Cargo command in your project directory
cargo add dustdata@1.2.0
What's Changed
Full Changelog: v1.1.0...v1.2.0