Skip to content

Commit

Permalink
Update GitQL SDK version to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Aug 20, 2024
1 parent 700bda2 commit 5efad1f
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,10 +13,10 @@ 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"

0 comments on commit 5efad1f

Please sign in to comment.