Closed Skgland closed 1 year ago
When building on Windows, I get the following warning by the rust compiler:
warning: the following packages contain code that will be rejected by a future version of Rust: ntapi v0.3.7
With cargo tree -i ntapi I get:
cargo tree -i ntapi
ntapi v0.3.7 └── sysinfo v0.22.5 └── machineid-rs v1.2.2
Based on the sysinfo changelog this should be fixable by changing the minimum sysinfo version to 0.26.4
Fixed, thanks for the suggestion.
When building on Windows, I get the following warning by the rust compiler:
With
cargo tree -i ntapi
I get:Based on the sysinfo changelog this should be fixable by changing the minimum sysinfo version to 0.26.4