feat: 0.2.0

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-10-26 00:33:04 +02:00
parent 71cc6a0a00
commit 2d7a053ab0
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -5,5 +5,5 @@ edition = "2021"
[dependencies] [dependencies]
anyhow = "1.0.91" anyhow = "1.0.91"
cuddle-actions = { git = "ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2" } cuddle-actions = { git = "ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2", version = "0.2.0" }
tokio = { version = "1.41.0", features = ["full"] } tokio = { version = "1.41.0", features = ["full"] }