feat: update version

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-10-26 00:32:26 +02:00
parent fb2e4b3234
commit 71cc6a0a00
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA
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",
]

View File

@ -3,7 +3,7 @@ members = ["crates/*", "**/actions/rust"]
resolver = "2"
[workspace.package]
version = "0.1.0"
version = "0.2.0"
[workspace.dependencies]
cuddle = { path = "crates/cuddle" }

View File

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