Skip to content

Commit 03eb33c

Browse files
committed
Update GitQL SDK to 0.31.0
1 parent 7b8aec9 commit 03eb33c

File tree

2 files changed

+44
-23
lines changed

2 files changed

+44
-23
lines changed

Cargo.lock

Lines changed: 38 additions & 17 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,9 +13,9 @@ categories = ["command-line-utilities"]
1313
exclude = [".github/**", "docs/**", "media/**", "scripts/**"]
1414

1515
[dependencies]
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-cli = "0.30.0"
21-
gitql-engine = "0.30.0"
16+
gitql-core = "0.8.0"
17+
gitql-std = "0.8.0"
18+
gitql-ast = "0.28.0"
19+
gitql-parser = "0.30.0"
20+
gitql-cli = "0.31.0"
21+
gitql-engine = "0.31.0"

0 commit comments

Comments
 (0)