Skip to content

Commit 719fb58

Browse files
author
fuzzard
committed
[tools/depends][native] Rustup 1.75.0
cargo-c fails to build on osx aarch64 host with the following failures error[E0658]: use of unstable library feature 'stdsimd' --> /Users/Shared/xbmc-depends/arm-darwin23.1.0-native/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:124:24 | 124 | let res = unsafe { vaesmcq_u8(vaeseq_u8(transmute!(value), transmute!(0u128))) }; | ^^^^^^^^^^ | = note: see issue #48556 <rust-lang/rust#48556> for more information error[E0658]: use of unstable library feature 'stdsimd' --> /Users/Shared/xbmc-depends/arm-darwin23.1.0-native/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:124:35 | 124 | let res = unsafe { vaesmcq_u8(vaeseq_u8(transmute!(value), transmute!(0u128))) }; | ^^^^^^^^^ | = note: see issue #48556 <rust-lang/rust#48556> for more information error[E0658]: use of unstable library feature 'stdsimd' --> /Users/Shared/xbmc-depends/arm-darwin23.1.0-native/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:154:24 | 154 | let res = unsafe { vaesimcq_u8(vaesdq_u8(transmute!(value), transmute!(0u128))) }; | ^^^^^^^^^^^ | = note: see issue #48556 <rust-lang/rust#48556> for more information error[E0658]: use of unstable library feature 'stdsimd' --> /Users/Shared/xbmc-depends/arm-darwin23.1.0-native/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.7/src/operations.rs:154:36 | 154 | let res = unsafe { vaesimcq_u8(vaesdq_u8(transmute!(value), transmute!(0u128))) }; | ^^^^^^^^^ | = note: see issue #48556 <rust-lang/rust#48556> for more information Compiling hkdf v0.12.4 For more information about this error, try `rustc --explain E0658`. error: could not compile `ahash` (lib) due to 4 previous errors Bump to 1.75.0 resolves this.
1 parent a53b8a2 commit 719fb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/depends/native/rustup/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ APP=$(PLATFORM)/bin/$(APPNAME)
99
export RUSTUP_HOME=$(PREFIX)/.rustup
1010
export CARGO_HOME=$(PREFIX)/.cargo
1111

12-
RUST_TOOLCHAIN_VERSION=1.71.0
12+
RUST_TOOLCHAIN_VERSION=1.75.0
1313
RUSTUP_ENV_VARS = RUSTUP_HOME=$(PREFIX)/.rustup \
1414
CARGO_HOME=$(PREFIX)/.cargo
1515
RUSTUP = $(RUSTUP_ENV_VARS) $(PREFIX)/bin/rustup

0 commit comments

Comments
 (0)