Skip to content

Commit 7f213fd

Browse files
committed
docs
1 parent 24ebd6e commit 7f213fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add this to your `Cargo.toml`:
2020

2121
```toml
2222
[dependencies]
23-
vsdb_core = "6.0.0"
23+
vsdb_core = "7.0.0"
2424
```
2525

2626
## Features

utils/slot_db/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add this to your `Cargo.toml`:
1515

1616
```toml
1717
[dependencies]
18-
vsdb_slot_db = "6.0.0"
18+
vsdb_slot_db = "7.0.0"
1919
```
2020

2121
## Usage

wrappers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:
1717

1818
```toml
1919
[dependencies]
20-
vsdb = "6.0.0"
20+
vsdb = "7.0.0"
2121
```
2222

2323
## Highlights

0 commit comments

Comments
 (0)