diff --git a/community/cargo2junit/APKBUILD b/community/cargo2junit/APKBUILD index 3dbffcb00df..1143cb5d0f9 100644 --- a/community/cargo2junit/APKBUILD +++ b/community/cargo2junit/APKBUILD @@ -15,6 +15,7 @@ options="net" prepare() { default_prepare + cargo add time@0.3.35 cargo fetch --target="$CTARGET" --locked }