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
Compiling tauri-macros v1.0.0-beta.1
error[E0412]: cannot find type `Wry` in the crate root
--> /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/tauri-1.0.0-beta.1/src/manager.rs:110:83
|
110 | Args<String, String, String, String, crate::api::assets::EmbeddedAssets, crate::Wry>;
| ^^^ not found in the crate root
error: aborting due to previous error
For more information about this error, try `rustc --explain E0412`.
Platform and Versions (please complete the following information):
OS: 5.12.2-artix1-1
Rustc: 1.52.1 (9bc8c42bb 2021-05-09)
The text was updated successfully, but these errors were encountered:
Describe the bug
since 27a7810 "wry" is no optional dependency anymore
so either make it required or remove this dependency
To Reproduce
Steps to reproduce the behavior:
tauri-apps/tauri
cd core/tauri
cargo test
Expected behavior
tests should pass
Error
Platform and Versions (please complete the following information):
OS: 5.12.2-artix1-1
Rustc: 1.52.1 (9bc8c42bb 2021-05-09)
The text was updated successfully, but these errors were encountered: