Skip to content

Commit 9bbc5c1

Browse files
committed
version: 1.3.1
1 parent 4cea1a9 commit 9bbc5c1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dustdata"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
edition = "2021"
55
description = "A data concurrency control storage engine to Rustbase"
66
repository = "https://github.com/rustbase/dustdata"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the following to your `Cargo.toml`:
2626

2727
```toml
2828
[dependencies]
29-
dustdata = "1.3.0"
29+
dustdata = "1.3.1"
3030
```
3131

3232
# Usage

0 commit comments

Comments
 (0)