Skip to content

Commit 0bdbbc0

Browse files
committed
Merge tag 'v1.3.2' into develop
v1.3.2
2 parents 504b5ac + 6a54b6e commit 0bdbbc0

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.1"
3+
version = "1.3.2"
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.1"
29+
dustdata = "1.3.2"
3030
```
3131

3232
# Usage

0 commit comments

Comments
 (0)