Skip to content

Commit 0b74cc8

Browse files
committed
Bump to version 0.3.1
1 parent 9615e3c commit 0b74cc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dgraph"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Swoorup Joshi"]
55
description = "A rust client for Dgraph database"
66
readme = "README.md"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ certain prerequisites needed before it can be installed. You can find them in
3838

3939
```toml
4040
[dependencies]
41-
dgraph = "0.3.0"
41+
dgraph = "0.3.1"
4242
```
4343

4444
`dgraph` is available for both Dgraph 1.0 and 1.1. By default, it installs
@@ -47,7 +47,7 @@ flag:
4747

4848
```toml
4949
[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"] }
5151
```
5252

5353
This most likely changes in the future and support for 1.0 will be dropped.

0 commit comments

Comments
 (0)