Skip to content

Commit 454b925

Browse files
committed
[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 <rust-lang/rust#48556> for more information
1 parent b019928 commit 454b925

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
APPNAME=cargo-c
2-
VERSION=0.9.21
3-
SOURCE=$(APPNAME)-$(VERSION)
2+
VERSION=0.9.29
3+
SOURCE=v$(VERSION)
44
ARCHIVE=$(SOURCE).tar.gz
5-
SHA512=855391c29843f8e5f204f889cab16d5d569ebb2174367a8be0d4be3d87141133f98fb7a6750ed0030783a1ff29f358d60c6ca79ed5bb65f61196c726f9c1a0ec
5+
SHA512=9bc4700dbf6716e087c711fbafba57bbf6d861210e07c9f6d2f5a0610386e7e65b03b538cb1960e1e8c2b155e175dde3998ab1ce795cb39790298a621f745851
6+
7+
BASE_URL=https://github.com/lu-zero/cargo-c/archive/refs/tags

0 commit comments

Comments
 (0)