-
Notifications
You must be signed in to change notification settings - Fork 12
Update dependencies #199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #199
Conversation
I'm happy to review changes / dependency updates, I haven't been using the library (or rather anything in the project) for a couple of years so nothing has been driving active development. I'll try to go through the other repos during the week and take care of some updates. |
Thanks for the quick response! |
Looks like the mips64 target is not available for Rust 1.72: rust-lang/rust#115218. Let me know how you want this handled? |
After a cursory look at the issue, it looks like RustCrypto is using PPC32 as an alternate BE target: RustCrypto/sponges#62 I believe our intention was to test BE targets, too, so that should be a viable alternative |
0bb1b11
to
b7c3bd9
Compare
I added a version bump to 0.18, since some of the dependencies that got bumped are visible in the public API. |
Same here, I don't use finalfusion/finalfrontier anymore, but am happy to review stuf |
The mips64 target we used before has been demoted to tier 3: rust-lang/rust#115218
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks! Are there any other blockers to getting this published on crates.io? |
Nope, I'll get to it now. |
Done, thanks for making this happen! |
Would be nice to get this in a release.
Given the lack of activity, what will maintenance be like going forward?