Closed alveshelio closed 9 months ago
Hi @alveshelio
I am sorry that this error happened. It will be hard for me to debug though. It might be related to macos, or could it be related to the Rust installed version?
Are you able to share the installed version of Rust on your machine?
Salut David,
Thank you for getting back.
I'm using rustc 1.70.0 (90c541806 2023-05-31)
on Mac 14.2.1 (23C71). I hope this helps :)
The stdsimd feature got removed a few days ago. You need to override your rust version to a previous version for your project until this changes, or until a new version of surrealdb_migrations comes out that uses up-to-date dependencies.
@timlagrande Thank you for your help.
I was able to install surrealdb-migrations by upgrading rustc to version 1.76.0.
Describe the bug When I try to install surrealdb-migrations with
cargo install surrealdb-migrations
I get this error: error[E0658]: use of unstable library feature 'stdsimd'For more information about this error, try
rustc --explain E0658
. error: could not compileahash
(lib) due to 4 previous errors warning: build failed, waiting for other jobs to finish... error: failed to compilesurrealdb-migrations v1.0.1
, intermediate artifacts can be found at/var/folders/k5/5jb6fd397q533zjk9ql2d5pr0000gn/T/cargo-installa1UZKR
Information