Skip to content

Commit 5efad1f

Browse files
committed
Update GitQL SDK version to 26
1 parent 700bda2 commit 5efad1f

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,10 +13,10 @@ categories = ["command-line-utilities"]
1313
exclude = [".github/**", "docs/**", "media/**", "scripts/**"]
1414

1515
[dependencies]
16-
gitql-core = "0.2.0"
17-
gitql-std = "0.3.0"
18-
gitql-cli = "0.25.0"
19-
gitql-ast = "0.22.0"
20-
gitql-parser = "0.24.0"
21-
gitql-engine = "0.25.0"
16+
gitql-core = "0.3.0"
17+
gitql-std = "0.3.1"
18+
gitql-cli = "0.26.1"
19+
gitql-ast = "0.23.1"
20+
gitql-parser = "0.25.1"
21+
gitql-engine = "0.26.0"
2222
atty = "0.2.14"

0 commit comments

Comments
 (0)