From 454b9251675f9ab72539fbc7740a13d6cb91ac0d Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Sat, 30 Dec 2023 22:26:49 -0800 Subject: [PATCH] [tools/depends] Update cargo-c to fix build error Error was: error[E0658]: use of unstable library feature 'stdsimd' --> operations.rs:124:24 | 124 | let res = unsafe { vaesmcq_u8(vaeseq_u8(transmute!(value), transmut... | ^^^^^^^^^^ | = note: see issue #48556 for more information --- tools/depends/native/cargo-c/CARGO-C-VERSION | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tools/depends/native/cargo-c/CARGO-C-VERSION b/tools/depends/native/cargo-c/CARGO-C-VERSION index b3737ba01a669..1a5d26814b7b9 100644 --- a/tools/depends/native/cargo-c/CARGO-C-VERSION +++ b/tools/depends/native/cargo-c/CARGO-C-VERSION @@ -1,5 +1,7 @@ APPNAME=cargo-c -VERSION=0.9.21 -SOURCE=$(APPNAME)-$(VERSION) +VERSION=0.9.29 +SOURCE=v$(VERSION) ARCHIVE=$(SOURCE).tar.gz -SHA512=855391c29843f8e5f204f889cab16d5d569ebb2174367a8be0d4be3d87141133f98fb7a6750ed0030783a1ff29f358d60c6ca79ed5bb65f61196c726f9c1a0ec +SHA512=9bc4700dbf6716e087c711fbafba57bbf6d861210e07c9f6d2f5a0610386e7e65b03b538cb1960e1e8c2b155e175dde3998ab1ce795cb39790298a621f745851 + +BASE_URL=https://github.com/lu-zero/cargo-c/archive/refs/tags