Skip to content

Commit

Permalink
Remove the local path for lineeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Oct 30, 2024
1 parent b1f90ff commit cc41b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gitql-ast = { path = "./crates/gitql-ast", version = "0.25.0" }
gitql-parser = { path = "./crates/gitql-parser", version = "0.27.0" }
gitql-engine = { path = "./crates/gitql-engine", version = "0.28.0" }
gitql-cli = { path = "./crates/gitql-cli", version = "0.28.0" }
lineeditor = { path = "../lineeditor", version = "0.4.0" }
lineeditor = "0.4.0"
gix = { workspace = true, features = ["blob-diff", "max-performance"] }
atty = "0.2.14"

Expand Down

0 comments on commit cc41b69

Please sign in to comment.