Open CheatCod opened 1 year ago
unrar uses a deprecated crate https://crates.io/crates/rustc-serialize which uses a soon-to-be-deprecated language feature:
unrar
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 648`
if there is an easy unrar alternative we should switch to that, if not we will drop rar file support altogether
Description
unrar
uses a deprecated crate https://crates.io/crates/rustc-serialize which uses a soon-to-be-deprecated language feature:if there is an easy unrar alternative we should switch to that, if not we will drop rar file support altogether
Steps to reproduce (optional)