Skip to content

Commit

Permalink
Reimplement depth
Browse files Browse the repository at this point in the history
  • Loading branch information
boxbeam committed May 23, 2024
1 parent 94405a9 commit 3d1661e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 crates/tabby-scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tree-sitter-solidity = { git = "https://github.com/JoranHonig/tree-sitter-solidi
ignore.workspace = true
tokio-cron-scheduler = { workspace = true }
tokio = { workspace = true, features = ["process"] }
text-splitter = { git = "https://github.com/boxbeam/text-splitter", rev = "9bee1cd", features = [ "code" ] }
text-splitter = { git = "https://github.com/boxbeam/text-splitter", rev = "69a33f8", features = [ "code" ] }
kv = { version = "0.24.0", features = ["json-value"] }
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit 3d1661e

Please sign in to comment.