Skip to content

Commit

Permalink
updated to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed May 9, 2021
1 parent 80d7e11 commit 8abe609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gremlin-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
gremlin-client = { path = "../gremlin-client", version = "0.7.0", features = ["async-std-runtime"] }
gremlin-client = { path = "../gremlin-client", version = "0.8.0", features = ["async-std-runtime"] }
rustyline = "6.2.0"
smol = "0.4.3"
shellwords = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion gremlin-tutorial/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ authors = ["wolf4ood <enrico.risa@gmail.com>"]
edition = "2018"

[dependencies]
gremlin-client = { path = "../gremlin-client", version = "0.7.0" }
gremlin-client = { path = "../gremlin-client", version = "0.8.0" }

0 comments on commit 8abe609

Please sign in to comment.