You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tauri cli fails to build. Affect both latest v2.0.0-beta.6 and 1.5.10
Probable cause: rust-lang/log#592
part of log v0.4.21 released 2 days ago. Timing does coincide with my latest successful build of tauri-cli v2.0.0-beta.5 as well as corroborate the compiler error.
Reproduction
run: cargo install tauri-cli
from a clean cache (deleted my .cargo/registry)
Compiler error:
error[E0599]: no method named `to_str` found for struct `log::kv::Value` in the current scope
--> C:\Users\Wyti\.cargo\registry\src\index.crates.io-6f17d22bba15001f\tauri-cli-1.5.10\src\lib.rs:132:29
|
132 | let action = action.to_str().unwrap();
| ^^^^^^ help: there is a method with a similar name: `to_cow_str`
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
tauri cli fails to build. Affect both latest v2.0.0-beta.6 and 1.5.10
Probable cause: rust-lang/log#592
part of log v0.4.21 released 2 days ago. Timing does coincide with my latest successful build of tauri-cli v2.0.0-beta.5 as well as corroborate the compiler error.
Reproduction
run: cargo install tauri-cli
from a clean cache (deleted my .cargo/registry)
Expected behavior
No response
Full
tauri info
outputStack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: