diff --git a/Cargo.lock b/Cargo.lock index 6ef19cd..dcd5b06 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ dependencies = [ [[package]] name = "dustdata" -version = "1.3.0" +version = "1.3.1" dependencies = [ "bitvec", "bson", diff --git a/Cargo.toml b/Cargo.toml index c8d3797..1c981e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dustdata" -version = "1.3.0" +version = "1.3.1" 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 84d9323..4e54548 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -dustdata = "1.3.0" +dustdata = "1.3.1" ``` # Usage