We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff0b52 commit da6f74fCopy full SHA for da6f74f
1 file changed
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "clangql"
3
authors = ["AmrDeveloper"]
4
-version = "0.6.0"
+version = "0.7.0"
5
edition = "2021"
6
description = "A tool to run SQL-like query on your C/C++ Abstract syntax tree"
7
license = "MIT"
@@ -20,4 +20,4 @@ gitql-ast = "0.22.0"
20
gitql-parser = "0.24.0"
21
gitql-engine = "0.25.0"
22
atty = "0.2.14"
23
-clang-sys = "1.7.0"
+clang-sys = "1.7.0"
0 commit comments