askii icon indicating copy to clipboard operation
askii copied to clipboard

Cannot install with cargo

Open lachlan-bailey opened this issue 3 years ago • 2 comments

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 :coffee:

lachlan-bailey avatar Jul 04 '21 09:07 lachlan-bailey

Same here. Seems to be a really nice tool, btw. Congrats!

rimbi avatar Sep 20 '22 12:09 rimbi