Skip to content

Commit 8aeafe0

Browse files
committed
Migrate to GitQL SDK 0.43.0
1 parent 32e99c5 commit 8aeafe0

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ categories = ["command-line-utilities"]
1313
exclude = [".github/**", "docs/**", "media/**", "scripts/**"]
1414

1515
[dependencies]
16-
gitql-core = "0.19.0"
17-
gitql-std = "0.19.0"
18-
gitql-ast = "0.38.0"
19-
gitql-parser = "0.41.0"
20-
gitql-engine = "0.42.0"
21-
gitql-cli = "0.42.0"
16+
gitql-core = "0.20.0"
17+
gitql-std = "0.20.0"
18+
gitql-ast = "0.39.0"
19+
gitql-parser = "0.42.0"
20+
gitql-engine = "0.43.0"
21+
gitql-cli = "0.43.0"
2222

2323
inkwell = { version = "0.8.0", features = ["llvm21-1"] }
2424

0 commit comments

Comments
 (0)