casbin/casbin-rs

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

ChosunOne opened this issue · 3 comments

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.

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

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

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