Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Pchelolo committed Aug 19, 2024
1 parent 1bd01fb commit e4c6ca2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ members = [
"src/file_scanner_analyzer",
"src/language_server",
"src/logger",
"src/ttype",
"src/js_interop",
"src/executable_code_finder",
]
Expand Down
2 changes: 1 addition & 1 deletion src/executable_code_finder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
hakana-analyzer = { path = "../analyzer" }
hakana-logger = { path = "../logger" }
hakana-reflection-info = { path = "../code_info" }
hakana-code-info = { path = "../code_info" }
hakana-str = { path = "../str" }
hakana-workhorse = { path = "../file_scanner_analyzer" }
oxidized = { path = "../../third-party/hhvm/hphp/hack/src/oxidized" }
Expand Down

0 comments on commit e4c6ca2

Please sign in to comment.