We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Refactor the PackageHash type to be an enum.
PackageHash
Note: the inner field is currently private, so refactoring to an enum should be possible without a breaking change.
The enum should be #[non_exhaustive].
enum
#[non_exhaustive]
Originally posted by @syrusakbary in #4582 (comment)
The text was updated successfully, but these errors were encountered:
wasmer_config::package::PackageHash - Refactor to enum wasmerio#4585
2257499
wasmer_config::package::PackageHash
No branches or pull requests
Refactor the
PackageHash
type to be an enum.Note: the inner field is currently private, so refactoring to an enum should be possible without a breaking change.
The
enum
should be#[non_exhaustive]
.Originally posted by @syrusakbary in #4582 (comment)
The text was updated successfully, but these errors were encountered: