1wilkens / pam

Safe Rust API to the Linux Pluggable Authentication Modules (PAM)
https://docs.rs/pam/
Apache License 2.0
88 stars 36 forks source link

Updating dependencies to align with distros #21

Closed edneville closed 3 years ago

1wilkens commented 3 years ago

That looks fine, but shouldn't we allow ^0.10 instead of plain 0.10 to include newer versions as well?

edneville commented 3 years ago

On 2021-03-25 06:42-0700, Florian Wilkens wrote:

That looks fine, but shouldn't we allow ^0.10 instead of plain 0.10 to include newer versions as well?

Happy to make that alteration and it fits with the others and is closer to the original, so makes sense to me.

Ed