-
Notifications
You must be signed in to change notification settings - Fork 119
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
Release 0.1.3 #149
Release 0.1.3 #149
Conversation
* Update crypto_box requirement from 0.7.1 to 0.8.1 Updates the requirements on [crypto_box](https://github.com/RustCrypto/nacl-compat) to permit the latest version. - [Release notes](https://github.com/RustCrypto/nacl-compat/releases) - [Commits](RustCrypto/nacl-compat@crypto_box-v0.7.1...crypto_box-v0.8.1) --- updated-dependencies: - dependency-name: crypto_box dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * update with crypto_box new API Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Xiong <[email protected]>
Update crypto box to prevent dependency resolution conflicts. See: #107 - Add a release branch, since this diverges from main. - Build pushes and PRs to release branch.
7ca4f93
to
2d3dd52
Compare
Hmm. There are actually a lot more clippy warnings. They don't show up locally because the dev env for this release is still using rust 1.56.1 which doesn't seem to have these lints. Not sure what's the best course of action. |
This isn't intended as a long term solution, but rather a stop gap. Maybe we can explicitly ignore/disable the clippy lints that are being triggered for now? |
@DieracDelta try to pin your local HotShot and Espresso to this branch, see if it compiles. |
Update: it seems UPDATE: realized that |
Closes #151
Update crypto box to prevent dependency resolution conflicts.
See zulip thread for issue that currently arises.
See: #107 for original PR with the change.