natir / yacrd

Yet Another Chimeric Read Detector
MIT License
72 stars 8 forks source link

Compilation error due to incompatible clap version? #48

Closed dpryan79 closed 2 years ago

dpryan79 commented 2 years ago

During an update due to migrating to GCC10 on Bioconda I'm seeing the following error:

2022-02-28T23:15:17.9297028Z 23:15:17 BIOCONDA INFO (OUT) error[E0432]: unresolved import `clap::Clap`
2022-02-28T23:15:17.9297782Z 23:15:17 BIOCONDA INFO (OUT)   --> src/main.rs:25:5
2022-02-28T23:15:17.9298056Z 23:15:17 BIOCONDA INFO (OUT)    |
2022-02-28T23:15:17.9298417Z 23:15:17 BIOCONDA INFO (OUT) 25 | use clap::Clap;
2022-02-28T23:15:17.9298802Z 23:15:17 BIOCONDA INFO (OUT)    |     ^^^^^^^^^^ no `Clap` in the root

Perhaps clap has changed its API?

natir commented 2 years ago

Yes I made change in code but not release it, sorry.

natir commented 2 years ago

I made a release and I will check bioconda auto bump works thank.

dpryan79 commented 2 years ago

Awesome, thanks @natir !