From 44e982723d800551b7c2756a2d637b1eab16ebfa Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Thu, 21 Sep 2023 19:23:03 -0700 Subject: [PATCH] Update dependency to use github (insead of local) --- Cargo.lock | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 6711f40..76b5063 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,6 +5,7 @@ version = 3 [[package]] name = "cherrytree" version = "0.1.0" +source = "git+https://github.com/raunakab/cherrytree#75aabcb9e4a54f8176ee15bd331275c07229e6b5" dependencies = [ "indexmap", "slotmap", diff --git a/Cargo.toml b/Cargo.toml index 24dcd66..e7d1b62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -cherrytree = { path = "../cherrytree" } +cherrytree = { git = "https://github.com/raunakab/cherrytree" } indexmap = "2.0.0" petgraph = "0.6.4" slotmap = "1.0.6"