Skip to content

Commit a4e7b43

Browse files
committed
Migrate to GitQL 0.36.0
1 parent b685e7d commit a4e7b43

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 16 additions & 16 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.12.0"
17-
gitql-std = "0.12.0"
18-
gitql-cli = "0.35.0"
19-
gitql-ast = "0.31.0"
20-
gitql-parser = "0.34.0"
21-
gitql-engine = "0.35.0"
16+
gitql-core = "0.13.0"
17+
gitql-std = "0.13.0"
18+
gitql-cli = "0.36.0"
19+
gitql-ast = "0.32.0"
20+
gitql-parser = "0.35.0"
21+
gitql-engine = "0.36.0"
2222
clang-sys = { version = "1.8.1", features = ["clang_16_0"] }
2323
dyn-clone = "1.0.17"
2424

0 commit comments

Comments
 (0)