Skip to content

Commit

Permalink
Update GitQL SDk to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Aug 21, 2024
1 parent 7a07201 commit 95319bb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 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,11 +13,11 @@ categories = ["command-line-utilities"]
exclude = [".github/**", "docs/**", "media/**", "scripts/**"]

[dependencies]
gitql-core = "0.2.0"
gitql-std = "0.3.0"
gitql-cli = "0.25.0"
gitql-ast = "0.22.0"
gitql-parser = "0.24.0"
gitql-engine = "0.25.0"
gitql-core = "0.3.0"
gitql-std = "0.3.1"
gitql-cli = "0.26.1"
gitql-ast = "0.23.1"
gitql-parser = "0.25.1"
gitql-engine = "0.26.0"
atty = "0.2.14"
clang-sys = "1.7.0"

0 comments on commit 95319bb

Please sign in to comment.