Skip to content

Commit

Permalink
Update GitQL SDK to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Nov 22, 2024
1 parent 7b8aec9 commit 03eb33c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 23 deletions.
55 changes: 38 additions & 17 deletions Cargo.lock

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

12 changes: 6 additions & 6 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-core = "0.7.0"
gitql-std = "0.7.0"
gitql-ast = "0.27.0"
gitql-parser = "0.29.0"
gitql-cli = "0.30.0"
gitql-engine = "0.30.0"
gitql-core = "0.8.0"
gitql-std = "0.8.0"
gitql-ast = "0.28.0"
gitql-parser = "0.30.0"
gitql-cli = "0.31.0"
gitql-engine = "0.31.0"

0 comments on commit 03eb33c

Please sign in to comment.