Skip to content

Commit

Permalink
Bump to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrowan committed Mar 1, 2020
1 parent 9615e3c commit 0b74cc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "dgraph"
version = "0.3.0"
version = "0.3.1"
authors = ["Swoorup Joshi"]
description = "A rust client for Dgraph database"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,7 +38,7 @@ certain prerequisites needed before it can be installed. You can find them in

```toml
[dependencies]
dgraph = "0.3.0"
dgraph = "0.3.1"
```

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

```toml
[dependencies]
dgraph = { version = "0.2.0", default-features = false, features = ["dgraph-1-1"] }
dgraph = { version = "0.3.1", default-features = false, features = ["dgraph-1-1"] }
```

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

0 comments on commit 0b74cc8

Please sign in to comment.