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

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-04-06 21:59:01 +02:00
parent a81a26e0cd
commit 3b8e3997fb
2 changed files with 29 additions and 30 deletions

View File

@@ -14,11 +14,11 @@ async fn main() -> eyre::Result<()> {
.with_os(Os::Linux)
.with_apt(&["libssl-dev", "libz-dev", "libpq-dev", "protobuf-compiler"])
.with_apt_release(&["libssl-dev", "libz-dev", "libpq-dev"])
.with_cuddle_file(&cuddle_file)
.with_apt_ca_certificates()
.with_crates(["crates/*"])
.with_workspace_crates()
.await
.with_mold("2.3.3")
.with_bin_name(cuddle_file.vars.service)
.with_deployment(false)
.to_owned();
let cuddle_please = &cuddle_please::CuddlePlease::new(client.clone());