Fix new errors after merge

This commit is contained in:
Joseph Lyons 2023-01-23 01:31:02 -05:00
parent f2a5a4d0fd
commit c118f9aabd
5 changed files with 10 additions and 17 deletions

View file

@ -25,7 +25,6 @@ project = { path = "../project" }
search = { path = "../search" }
serde = { version = "1.0", features = ["derive", "rc"] }
settings = { path = "../settings" }
smallvec = { version = "1.6", features = ["union"] }
sysinfo = "0.27.1"
theme = { path = "../theme" }
tree-sitter-markdown = { git = "https://github.com/MDeiml/tree-sitter-markdown", rev = "330ecab87a3e3a7211ac69bbadc19eabecdb1cca" }