Skip to content

Commit b2e2a62

Browse files
committed
Update GitQL SDK to 0.30.0
1 parent a98c99d commit b2e2a62

File tree

2 files changed

+41
-18
lines changed

2 files changed

+41
-18
lines changed

Cargo.lock

Lines changed: 35 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.6.0"
17-
gitql-std = "0.6.0"
18-
gitql-ast = "0.26.0"
19-
gitql-parser = "0.28.0"
20-
gitql-engine = "0.29.0"
21-
gitql-cli = "0.29.0"
16+
gitql-core = "0.7.0"
17+
gitql-std = "0.7.0"
18+
gitql-ast = "0.27.0"
19+
gitql-parser = "0.29.0"
20+
gitql-engine = "0.30.0"
21+
gitql-cli = "0.30.0"
2222
inkwell = { version = "0.5.0", features = ["llvm16-0"] }
2323
lineeditor = "0.4.1"
2424
dyn-clone = "1.0.17"

0 commit comments

Comments
 (0)