Switch back to the published version of organic.
This commit is contained in:
parent
270c42a509
commit
806c45a453
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -445,7 +445,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "organic"
|
||||
version = "0.1.12"
|
||||
version = "0.1.13"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c61b01691695303b42f9a2ff318bec83853fbeb65c96569f2fb391e7636801c6"
|
||||
dependencies = [
|
||||
"nom 7.1.3",
|
||||
"walkdir",
|
||||
|
@ -12,8 +12,8 @@ tree-sitter-highlight = { git = "https://github.com/tree-sitter/tree-sitter.git"
|
||||
futures = "0.3.29"
|
||||
include_dir = "0.7.3"
|
||||
# TODO: This is temporary to work on the latest organic code. Eventually switch back to using the published crate.
|
||||
organic = { path = "../organic" }
|
||||
# organic = "0.1.12"
|
||||
# organic = { path = "../organic" }
|
||||
organic = "0.1.13"
|
||||
serde = { version = "1.0.189", default-features = false, features = ["std", "derive"] }
|
||||
serde_json = "1.0.107"
|
||||
tokio = { version = "1.30.0", default-features = false, features = ["rt", "rt-multi-thread", "fs", "io-util"] }
|
||||
|
Loading…
Reference in New Issue
Block a user