warning: rejected by a future version of Rust
calebdiaz opened this issue · 3 comments
calebdiaz commented
Hello
I'm getting:
warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
to see what the problems were, use the option --future-incompat-report
, or run cargo report future-incompatibilities --id 2
thanks
victorjulien commented
#1657 was opened to address this.
Geal commented
nom 5.1.3 and 6.2.2 are now released with a fix for this
calebdiaz commented
Thank you very much.