-
Notifications
You must be signed in to change notification settings - Fork 10
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 version 0.19.0
#85
Conversation
@@ -64,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |||
|
|||
<!-- next-url --> | |||
[Unreleased]: https://github.com/EmbarkStudios/ash-molten/compare/0.18.0...HEAD |
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.
[Unreleased]: https://github.com/EmbarkStudios/ash-molten/compare/0.18.0...HEAD | |
[Unreleased]: https://github.com/EmbarkStudios/ash-molten/compare/0.19.0...HEAD |
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.
Thanks! Created #86 for that.
[advisories] | ||
ignore = [ | ||
# Unmtaintained `safemem` dependency - only used by plist to build | ||
"RUSTSEC-2023-0081", |
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.
Should the CI have checked against unused advisories?
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.
Would be nice if cargo-deny
did that, but I don't think it supports that now.
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.
I'm pretty sure we've set up cargo-deny
such that it warns on allowed/ignored things that are no longer triggered in the first place (both for advisories as well as skipping crates).
Release
0.19
containing the update toash
version0.38
as the only change: #83