feat: update version

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-10-26 00:32:26 +02:00
parent fb2e4b3234
commit 71cc6a0a00
3 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View File

@@ -7,7 +7,7 @@ name = "action"
version = "0.1.0"
dependencies = [
"anyhow",
"cuddle-actions 0.1.0 (git+ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2)",
"cuddle-actions 0.1.0",
"tokio",
]
@@ -247,7 +247,7 @@ dependencies = [
[[package]]
name = "cuddle"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"anyhow",
"blake3",
@@ -269,21 +269,21 @@ dependencies = [
[[package]]
name = "cuddle-actions"
version = "0.1.0"
source = "git+ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2#fb2e4b3234a249d17aaf9bdff18825a36a132bbd"
dependencies = [
"anyhow",
"clap",
"pretty_assertions",
"serde",
"serde_json",
]
[[package]]
name = "cuddle-actions"
version = "0.1.0"
source = "git+ssh://git@git.front.kjuulh.io/kjuulh/cuddle-v2#326a43e93cb27c6f1cdb14e82534f6f926e1b724"
version = "0.2.0"
dependencies = [
"anyhow",
"clap",
"pretty_assertions",
"serde",
"serde_json",
]