Skip to content

Commit da6f74f

Browse files
committed
Increase ClangQL version
1 parent 3ff0b52 commit da6f74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clangql"
33
authors = ["AmrDeveloper"]
4-
version = "0.6.0"
4+
version = "0.7.0"
55
edition = "2021"
66
description = "A tool to run SQL-like query on your C/C++ Abstract syntax tree"
77
license = "MIT"
@@ -20,4 +20,4 @@ gitql-ast = "0.22.0"
2020
gitql-parser = "0.24.0"
2121
gitql-engine = "0.25.0"
2222
atty = "0.2.14"
23-
clang-sys = "1.7.0"
23+
clang-sys = "1.7.0"

0 commit comments

Comments
 (0)