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

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-11-16 16:09:07 +01:00
parent 66efb97120
commit c8f56874d0
10 changed files with 25 additions and 46 deletions

View File

@@ -23,7 +23,7 @@ pub struct RustLib {
impl RustLib {
pub fn new(value: dagger_sdk::Query) -> Self {
Self {
client: value.pipeline("rust-lib"),
client: value,
source: None,
crates: Vec::new(),
arch: None,