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
error[E0432]: unresolved import `anyhow`
--> /home/krivah/.cargo/registry/src/github.com-1ecc6299db9ec823/silicon-0.5.1/src/assets.rs:4:5
|
4 | use anyhow::Result;
| ^^^^^^ use of undeclared crate or module `anyhow`
error[E0432]: unresolved import `anyhow`
--> /home/krivah/.cargo/registry/src/github.com-1ecc6299db9ec823/silicon-0.5.1/src/font.rs:17:5
|
17 | use anyhow::Result;
| ^^^^^^ use of undeclared crate or module `anyhow`
For more information about this error, try `rustc --explain E0432`.
silicon version: 0.5.1
The text was updated successfully, but these errors were encountered:
cargo b
output:silicon version:
0.5.1
The text was updated successfully, but these errors were encountered: