Skip to content

Commit

Permalink
[tools/depends] Update cargo-c to fix build error
Browse files Browse the repository at this point in the history
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
  • Loading branch information
garbear committed Dec 31, 2023
1 parent b019928 commit 454b925
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tools/depends/native/cargo-c/CARGO-C-VERSION
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 454b925

Please sign in to comment.