diff --git a/Cargo.lock b/Cargo.lock index 812598c..4963dff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 03f719b..e7d82f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }