Skip to content

Commit

Permalink
Update GitQL SDK version to 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed May 28, 2024
1 parent 675a78d commit e11d837
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
26 changes: 18 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ categories = ["command-line-utilities"]
exclude = [".github/**", "docs/**", "media/**", "scripts/**"]

[dependencies]
gitql-cli = "0.18.0"
gitql-ast = "0.16.0"
gitql-parser = "0.17.0"
gitql-engine = "0.18.0"
gitql-cli = "0.19.1"
gitql-ast = "0.17.1"
gitql-parser = "0.18.1"
gitql-engine = "0.19.1"
lazy_static = "1.4.0"
atty = "0.2.14"

0 comments on commit e11d837

Please sign in to comment.