Skip to content

Commit 5950272

Browse files
committed
Update GitQL SDK to 0.27.0
1 parent 5efad1f commit 5950272

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
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: 7 additions & 7 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.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"
22-
atty = "0.2.14"
16+
gitql-core = "0.4.0"
17+
gitql-std = "0.4.1"
18+
gitql-cli = "0.27.0"
19+
gitql-ast = "0.24.0"
20+
gitql-parser = "0.26.0"
21+
gitql-engine = "0.27.0"
22+
atty = "0.2.14"

0 commit comments

Comments
 (0)