From 2cede0077a0430434217a4ccb054991fcb6aa06a Mon Sep 17 00:00:00 2001 From: jake Date: Sun, 12 Nov 2023 00:08:38 -0700 Subject: [PATCH] try using cargo-prune instead of cargo-sweep --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e6c144b..49ef008 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - name: target-cache path: /drone/src/target commands: - - cargo sweep --maxsize 12GiB + - cargo prune - name: build image: rustlang/rust:nightly volumes: