From e8ec3fa2bfb84baea69a4d8a520f8eff1269c309 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Sat, 18 Feb 2023 23:30:12 +0800 Subject: [PATCH] fix(update): sccache --- anda/rust/sccache/update.rhai | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/rust/sccache/update.rhai b/anda/rust/sccache/update.rhai index 1ed151b2ae..eb645c69f5 100644 --- a/anda/rust/sccache/update.rhai +++ b/anda/rust/sccache/update.rhai @@ -1 +1 @@ -rpm.version(crates("mozilla/sccache")); +rpm.version(crates("sccache"));