From 1207336fd313c970233ab332cf04683fbd7df693 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Mon, 18 Mar 2024 18:39:33 -0400 Subject: [PATCH] Move local deps to git --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 38586ca..99abcfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,6 @@ edition = "2021" [dependencies] cosmic-text = "0.11.2" -jotdown = { version = "0.3.2", path = "../jotdown" } +jotdown = { git = "https://git.nations.lol/fnmain/jotdown" } log = "0.4.21" range-map = "0.2.0"