From 09f4af1e4d35c36d86ea09c8642dcadfaa88c033 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 6 Apr 2024 22:31:02 +0200 Subject: [PATCH] feat: add dagger bin to plan Signed-off-by: kjuulh --- Cargo.lock | 8 ++++---- ci/src/main.rs | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4702a2..9064e4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,7 +307,7 @@ dependencies = [ [[package]] name = "cuddle-ci" version = "0.2.0" -source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#48f142ef585f07edcd4fc48e56f10070da4ca765" +source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#7d586337e944621c186c5ca5b09312ebe5f83e9b" dependencies = [ "async-trait", "chrono", @@ -341,12 +341,12 @@ dependencies = [ [[package]] name = "dagger-components" version = "0.1.0" -source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#48f142ef585f07edcd4fc48e56f10070da4ca765" +source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#7d586337e944621c186c5ca5b09312ebe5f83e9b" [[package]] name = "dagger-cuddle-please" version = "0.2.0" -source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#48f142ef585f07edcd4fc48e56f10070da4ca765" +source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#7d586337e944621c186c5ca5b09312ebe5f83e9b" dependencies = [ "async-trait", "dagger-sdk", @@ -356,7 +356,7 @@ dependencies = [ [[package]] name = "dagger-rust" version = "0.2.0" -source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#48f142ef585f07edcd4fc48e56f10070da4ca765" +source = "git+https://git.front.kjuulh.io/kjuulh/dagger-components?branch=main#7d586337e944621c186c5ca5b09312ebe5f83e9b" dependencies = [ "async-trait", "dagger-sdk", diff --git a/ci/src/main.rs b/ci/src/main.rs index bbc4228..02a596a 100644 --- a/ci/src/main.rs +++ b/ci/src/main.rs @@ -30,6 +30,7 @@ async fn main() -> eyre::Result<()> { .with_mold("2.3.3") .with_bin_name(BIN_NAME) .with_deployment(false) + .with_dagger_bin("0.9.8") .to_owned(); let drone_templater = &DroneTemplater::new(client, "templates/cuddle-rust-cli-plan.yaml")