From fd8c9a8de9006f565bbe07b1f2e4dc30dc0b4937 Mon Sep 17 00:00:00 2001
From: Stephen <webmaster@scd31.com>
Date: Tue, 14 Feb 2023 20:53:46 -0400
Subject: [PATCH] use custom orgize branch

---
 Cargo.lock | 1 +
 Cargo.toml | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 37a7a47..09c0685 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 7dfe630..1b12be3 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"] }
-- 
GitLab