Skip to content

Commit

Permalink
Increase ClangQL version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Aug 4, 2024
1 parent 3ff0b52 commit da6f74f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "clangql"
authors = ["AmrDeveloper"]
version = "0.6.0"
version = "0.7.0"
edition = "2021"
description = "A tool to run SQL-like query on your C/C++ Abstract syntax tree"
license = "MIT"
Expand All @@ -20,4 +20,4 @@ gitql-ast = "0.22.0"
gitql-parser = "0.24.0"
gitql-engine = "0.25.0"
atty = "0.2.14"
clang-sys = "1.7.0"
clang-sys = "1.7.0"

0 comments on commit da6f74f

Please sign in to comment.