fixing crisp local to git being used for forgejo actions

This commit is contained in:
Chris Cochrun 2024-11-28 06:52:03 -06:00
parent cbf2a2fd96
commit 5a9f17c139
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View file

@ -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",

View file

@ -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" }