feat: fix cuddle_releaser
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-03-30 21:03:37 +01:00
parent f4e7ced9d8
commit a6dab9a178
3 changed files with 54 additions and 50 deletions

View File

@@ -1,9 +1,9 @@
use std::{path::PathBuf};
use std::path::PathBuf;
use async_trait::async_trait;
use dagger_rust::source::RustSource;
use dagger_sdk::Container;
use futures::{StreamExt};
use futures::StreamExt;
use crate::{
cli,