Skip to content

Commit

Permalink
dump: dump dustdata to v2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peeeuzin committed Feb 20, 2024
1 parent 8b72085 commit f06544f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dustdata"
version = "2.0.0-beta.1"
version = "2.0.0-beta.2"
edition = "2021"
description = "A data concurrency control storage engine to Rustbase"
repository = "https://github.com/rustbase/dustdata"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add the following to your `Cargo.toml`:

```toml
[dependencies]
dustdata = "2.0.0-beta.1"
dustdata = "2.0.0-beta.2"
```

# Usage
Expand Down

0 comments on commit f06544f

Please sign in to comment.