File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " dgraph"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
authors = [" Swoorup Joshi" ]
5
5
description = " A rust client for Dgraph database"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ certain prerequisites needed before it can be installed. You can find them in
38
38
39
39
``` toml
40
40
[dependencies ]
41
- dgraph = " 0.3.0 "
41
+ dgraph = " 0.3.1 "
42
42
```
43
43
44
44
` dgraph ` is available for both Dgraph 1.0 and 1.1. By default, it installs
47
47
48
48
``` toml
49
49
[dependencies ]
50
- dgraph = { version = " 0.2.0 " , default-features = false , features = [" dgraph-1-1" ] }
50
+ dgraph = { version = " 0.3.1 " , default-features = false , features = [" dgraph-1-1" ] }
51
51
```
52
52
53
53
This most likely changes in the future and support for 1.0 will be dropped.
You can’t perform that action at this time.
0 commit comments