Skip to content

Commit 912459a

Browse files
committed
Migrate to use Clang 18
1 parent 1b35f4a commit 912459a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gitql-cli = "0.38.0"
1919
gitql-ast = "0.34.0"
2020
gitql-parser = "0.37.0"
2121
gitql-engine = "0.38.0"
22-
clang-sys = { version = "1.8.1", features = ["clang_16_0"] }
22+
clang-sys = { version = "1.8.1", features = ["clang_18_0"] }
2323
dyn-clone = "1.0.19"
2424

2525
[profile.release]

0 commit comments

Comments
 (0)