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 30f6b25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ fn launch_gitql_repl(arguments: Arguments) {
input.clear();
global_env.clear_session();
}

}

fn execute_gitql_query(
Expand Down

0 comments on commit 30f6b25

Please sign in to comment.