Taptiive / machineid-rs

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

Add derive feature to serde #1

Closed aquacash5 closed 2 years ago

aquacash5 commented 2 years ago

This fixes an issue when this library is used in rust 2021 projects.

error: cannot find derive macro `Deserialize` in this scope
  --> /home/kbloom/.cargo/registry/src/github.com-1ecc6299db9ec823/machineid-rs-1.2.1/src/linux.rs:19:10
   |
19 | #[derive(Deserialize)]
   |          ^^^^^^^^^^^
   |
Taptiive commented 2 years ago

Looks fine, thanks for the contribution