Closed veeenu closed 2 years ago
dll-syringe contains a transitive dependency to ntapi 0.3.7:
dll-syringe
ntapi 0.3.7
> cargo tree -i ntapi ntapi v0.3.7 └── sysinfo v0.24.5 └── dll-syringe v0.13.1
During compilation, a warning is reported:
warning: the following packages contain code that will be rejected by a future version of Rust: ntapi v0.3.7
Bumping sysinfo to 0.26 fixes the warning.
sysinfo
0.26
dll-syringe
contains a transitive dependency tontapi 0.3.7
:During compilation, a warning is reported:
Bumping
sysinfo
to0.26
fixes the warning.