From f06544f7ac46b42740db7258c6d248292f2c3c6f Mon Sep 17 00:00:00 2001 From: peeeuzin Date: Tue, 20 Feb 2024 17:33:34 -0300 Subject: [PATCH] dump: dump dustdata to v2.0.0-beta.2 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6dc12bb..8ca5a2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 3ba8662..81e41c1 100644 --- a/README.md +++ b/README.md @@ -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