Skip to content

Commit

Permalink
Migrate to GitQL SDK 25
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Aug 3, 2024
1 parent 7e4e2ad commit 3ff0b52
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 237 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ exclude = [".github/**", "docs/**", "media/**", "scripts/**"]

[dependencies]
gitql-core = "0.2.0"
gitql-std = "0.2.0"
gitql-cli = "0.23.0"
gitql-ast = "0.20.0"
gitql-parser = "0.22.0"
gitql-engine = "0.23.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"
atty = "0.2.14"
clang-sys = "1.7.0"
Loading

0 comments on commit 3ff0b52

Please sign in to comment.