From 5a9f17c139dae1948ba020017cdc8d9806b6bb88 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 28 Nov 2024 06:52:03 -0600 Subject: [PATCH] fixing crisp local to git being used for forgejo actions --- Cargo.lock | 1 + Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 77304c6..d3ee537 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1251,6 +1251,7 @@ dependencies = [ [[package]] name = "crisp" version = "0.1.0" +source = "git+https://git.tfcconnection.org/chris/crisp#c3abe2fe48dc891322548d4fa900062772486bd3" dependencies = [ "lazy_static", "miette", diff --git a/Cargo.toml b/Cargo.toml index 60b6b19..1468239 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,5 +23,5 @@ ron = "0.8.1" sqlx = { version = "0.8.2", features = ["sqlite"] } dirs = "5.0.1" tokio = "1.41.1" -crisp = { path = "../crisp" } +crisp = { git = "https://git.tfcconnection.org/chris/crisp" }