archlinux / alpm.rs

Rust bindings for libalpm
GNU General Public License v3.0
112 stars 21 forks source link

fix Backup.hash to be a &str on the correct inner struct member #11

Closed daaku closed 3 years ago

Morganamilo commented 3 years ago

I was confused why you made it a string for a second. Looking at the code backup specificly has it's hash as a '*char' while package and conflict use unsigned long for their hashes. Thanks for noticing.

daaku commented 3 years ago

No problem. Thanks for making the library and the rustic wrapper. Nice and easy :)