-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(cli): update deps, fix log compilation issue #9034
Conversation
examples/api/vite.config.js.timestamp-1709208499973-5c44d403dbeea.mjs
Outdated
Show resolved
Hide resolved
I would suggest to switch to the stable |
thanks for the heads up @Thomasdezeeuw , will migrate asap |
is this fix available in a release yet? How can we tell? |
Not yet, but soon for sure. For now, try |
What about |
@CaoKha |
@FabianLars I got this error[E0635]: unknown feature `stdsimd`
--> /home/username/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.6/src/lib.rs:99:42
|
99 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))]
| ^^^^^^^
For more information about this error, try `rustc --explain E0635`.
error: could not compile `ahash` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...
error: failed to compile `tauri-cli v1.5.10`, intermediate artifacts can be found at `/tmp/cargo-installIo79UU`.
To reuse those artifacts with a future compilation, set the environment variable `CARGO_TARGET_DIR` to that path. |
actually, it compiles fine with rust stable version. The error I got is from rust nightly version set up in |
The |
log pushed a breaking change on a patch release: rust-lang/log#592