Hi,
Saw an issue with installing via cargo install askii
Looks like there's a error in one of the imports:
...
Compiling darling v0.10.2
Compiling enumset_derive v0.4.4
Compiling enum-map v0.6.4
error[E0432]: unresolved import `syn::export`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/enumset_derive-0.4.4/src/lib.rs:10:10
|
10 | use syn::export::Span;
| ^^^^^^ could not find `export` in `syn`
error: aborting due to previous error
sudo apt install ./askii_0.6.0_amd64.deb worked just fine.
Cheers,
Lachlan ☕
Hi,
Saw an issue with installing via
cargo install askiiLooks like there's a error in one of the imports:
sudo apt install ./askii_0.6.0_amd64.debworked just fine.Cheers,
Lachlan ☕