From 71cc6a0a000dbdb1b62b518cd2d955e9121627f1 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 26 Oct 2024 00:32:26 +0200 Subject: [PATCH] feat: update version Signed-off-by: kjuulh --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- .../examples/actions/project/actions/rust/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b42384..18928ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ] diff --git a/Cargo.toml b/Cargo.toml index 2bea466..0ea3ae9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/crates/cuddle/examples/actions/project/actions/rust/Cargo.toml b/crates/cuddle/examples/actions/project/actions/rust/Cargo.toml index f223067..f67860c 100644 --- a/crates/cuddle/examples/actions/project/actions/rust/Cargo.toml +++ b/crates/cuddle/examples/actions/project/actions/rust/Cargo.toml @@ -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"] }