1wilkens / pam-sys

Rust FFI bindings to the Linux Pluggable Authentication Modules (PAM)
https://docs.rs/pam-sys/
Apache License 2.0
18 stars 21 forks source link

update dependency #13

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hi, would like to know if you could update the dependency of your project and make a new release. I got a small project and i want to create fedora package and it would be simpler for me to have recent build for fedora 34. thanks for your time.

1wilkens commented 3 years ago

That would be fine I guess. One thing, I would need to check, if we don't use any symbols from libc v0.2.65+ because your change is more relaxed there. Also for bindgen, shouldn't ^0.55 also allow for ^0.57 to be used?

ghost commented 3 years ago

You're right on bindgen, i could change it back to ^0.55 if you want and for libc i don't know, i could change it to ^0.2.65.

ghost commented 3 years ago

thanks for your time. i will proposed a new pull request for the update.