Skip to content

Commit

Permalink
Migrate to GitQL 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Jan 6, 2025
1 parent 53bf604 commit 999700a
Show file tree
Hide file tree
Showing 6 changed files with 285 additions and 185 deletions.
163 changes: 117 additions & 46 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.5.0"
gitql-std = "0.5.0"
gitql-cli = "0.28.0"
gitql-ast = "0.25.0"
gitql-parser = "0.27.0"
gitql-engine = "0.28.0"
gitql-core = "0.12.0"
gitql-std = "0.12.0"
gitql-cli = "0.35.0"
gitql-ast = "0.31.0"
gitql-parser = "0.34.0"
gitql-engine = "0.35.0"
clang-sys = "1.8.1"
4 changes: 4 additions & 0 deletions samples/Main.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

int add(int a, int b) { return a + b; }

double add(double a, double b) { return a + b; }
Loading

0 comments on commit 999700a

Please sign in to comment.