fixing crisp local to git being used for forgejo actions
This commit is contained in:
parent
cbf2a2fd96
commit
5a9f17c139
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1251,6 +1251,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "crisp"
|
name = "crisp"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://git.tfcconnection.org/chris/crisp#c3abe2fe48dc891322548d4fa900062772486bd3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"miette",
|
"miette",
|
||||||
|
|
|
@ -23,5 +23,5 @@ ron = "0.8.1"
|
||||||
sqlx = { version = "0.8.2", features = ["sqlite"] }
|
sqlx = { version = "0.8.2", features = ["sqlite"] }
|
||||||
dirs = "5.0.1"
|
dirs = "5.0.1"
|
||||||
tokio = "1.41.1"
|
tokio = "1.41.1"
|
||||||
crisp = { path = "../crisp" }
|
crisp = { git = "https://git.tfcconnection.org/chris/crisp" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue