casbin / casbin-rs

An authorization library that supports access control models like ACL, RBAC, ABAC in Rust.
https://casbin.org
Apache License 2.0
828 stars 67 forks source link

Nightly (2024-02-06) Fails to Build due to old dependency on ahash 0.7.7 #326

Closed ChosunOne closed 7 months ago

ChosunOne commented 7 months ago

The latest nightly build (2024-02-06) fails to build casbin due to a dependency on https://github.com/PsiACE/ritelinked which depends on an old version of ahash, 0.7.7. The ritelinked crate itself appears to not be maintained as it has not been updated in over two years.

ChosunOne commented 7 months ago

My suggestion would be to use the more popular and maintained version of the same thing, https://github.com/kyren/hashlink.

hsluoyz commented 7 months ago

@ChosunOne hi, can you make a PR to fix it?

ChosunOne commented 7 months ago

I'll make a PR with this issue linked later today