diff --git a/Cargo.lock b/Cargo.lock index 37a7a4742d24025828387325d0b34ffc9a496e1f..09c068537f073cf25ab49f5242fdefe7a9830510 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -916,6 +916,7 @@ dependencies = [ [[package]] name = "orgize" version = "0.9.0" +source = "git+https://github.com/scd31/orgize/?branch=no-more-default#c5b5ed947f07358b9bf0c4aeb99995902eab3cdf" dependencies = [ "bytecount", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 7dfe630f326529c6f4af0d90f1033b265018009a..1b12be384c7bf96d99211d59bbf3623517409568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -# orgize = "0.9.0" -orgize = { path = "../orgize" } +orgize = { git = "https://github.com/scd31/orgize/", branch = "no-more-default" } syntect = "5.0" anyhow = "1.0" tokio = { version = "1.0", features = ["full"] }