From c4c71766d96687b218f88fce509a7bdd342b925e Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 26 May 2024 15:46:28 +0200 Subject: [PATCH] feat: use new tokio stream Signed-off-by: kjuulh --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 631cd49..699b37f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1315,7 +1315,7 @@ dependencies = [ [[package]] name = "flux-releaser" version = "0.1.0" -source = "git+https://git.front.kjuulh.io/kjuulh/flux-releaser?branch=main#b12653b9e9c98136b9b566a052d8915292ceaee8" +source = "git+https://git.front.kjuulh.io/kjuulh/flux-releaser?branch=main#9601cfa98038bcb5c366a5b23f3725f59335d434" dependencies = [ "anyhow", "async-trait",