Skip to content
Snippets Groups Projects
Commit fd8c9a8d authored by Stephen D's avatar Stephen D
Browse files

use custom orgize branch

parent ceedef8c
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
......@@ -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"] }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment