Skip to content

Commit

Permalink
Update lineeditor version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Oct 30, 2024
1 parent 8408c82 commit 1781f83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 94 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ jobs:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}

- name: Get CMake
uses: lukka/get-cmake@latest

- name: Use Cross
shell: bash
run: |
Expand Down
92 changes: 3 additions & 89 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "gitql"
authors = ["AmrDeveloper"]
version = "0.29.0"
version = "0.29.1"
edition = "2021"
description = "A SQL like query language to perform queries on .git files"
license = "MIT"
Expand Down Expand Up @@ -35,7 +35,7 @@ gitql-ast = { path = "./crates/gitql-ast", version = "0.26.0" }
gitql-parser = { path = "./crates/gitql-parser", version = "0.28.0" }
gitql-engine = { path = "./crates/gitql-engine", version = "0.29.0" }
gitql-cli = { path = "./crates/gitql-cli", version = "0.29.0" }
lineeditor = "0.4.0"
lineeditor = "0.4.1"
gix = { workspace = true, features = ["blob-diff", "max-performance"] }
atty = "0.2.14"

Expand Down

0 comments on commit 1781f83

Please sign in to comment.