Taptiive / machineid-rs

Create a unique MachineID/HWID/UUID with customizable options, like .Net DeviceId
65 stars 27 forks source link

Rust compiler warning while building on windows #6

Closed Skgland closed 1 year ago

Skgland commented 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:

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

Taptiive commented 1 year ago

Fixed, thanks for the suggestion.