From bdaea19ac668b8594b64ec9e149d4a1321a6d4e7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sat, 21 Oct 2023 13:36:51 +0200 Subject: [PATCH] feat: ignore cache Signed-off-by: kjuulh --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index ba12c44..5c0ce4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ dependencies = [ [[package]] name = "dagger-sdk" version = "0.3.2" -source = "git+https://github.com/kjuulh/dagger.git?branch=feat/with-send-sync#0941c6a34a4697405c3595861f9d8919387c9cf6" +source = "git+https://github.com/kjuulh/dagger.git?branch=feat/with-send-sync#19aceef7f3bb2a337e52b30941246a4bc1b63d52" dependencies = [ "async-trait", "base64",