vaaaaanquish / lightgbm-rs

LightGBM Rust binding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2

takaiyuk opened this issue · comments

When running cargo build on Rust 1.68.2, the following message shows up:

warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2

nom v5.1.2 is indirectly depended by bindgen v0.56.0 in lightgbm-sys v0.3.0, so I think we need to upgrade bindgen.