From 9cc4cdd9636cc2f294b9d9d3ad3bec8c99cfc45d Mon Sep 17 00:00:00 2001 From: pedrinfx Date: Tue, 24 Jan 2023 14:27:26 -0300 Subject: [PATCH] version: v1.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb7a5ec..6ef19cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "dustdata" -version = "1.2.1" +version = "1.3.0" dependencies = [ "bitvec", "bson", diff --git a/Cargo.toml b/Cargo.toml index de78f91..c8d3797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dustdata" -version = "1.2.1" +version = "1.3.0" 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 c88658e..dfa31ea 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -dustdata = "1.2.1" +dustdata = "1.3.0" ``` # Usage