Skip to content

Commit 1454f01

Browse files
committed
Merge branch 'release/v1.3.0' into stable
2 parents 1507d1c + 9cc4cdd commit 1454f01

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

3232
# Usage

0 commit comments

Comments
 (0)