Gekkio / mooneye-gb

A Game Boy research project and emulator written in Rust
GNU General Public License v3.0
900 stars 56 forks source link

Bump snafu from 0.6.6 to 0.6.9 #91

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps snafu from 0.6.6 to 0.6.9.

Changelog

Sourced from snafu's changelog.

0.6.9 - 2020-09-21

Added

  • #[derive(Snafu)] is now supported on unit structs and structs with fields.
  • ensure! now supports trailing commas.

Fixed

  • The error text for a misuse of #[snafu(context)] was corrected.
  • More usages of Option in the generated code are now fully qualified.

0.6.8 - 2020-05-11

Fixed

  • The code generated by the Snafu macro no longer conflicts with a local module called core or snafu.

0.6.7 - 2020-05-03

Added

  • Demonstration error types are now present in the guide.
  • The user's guide is now an optional feature flag. To preserve compatibility, it is enabled by default, but most users can disable it.
  • It is now possible to import the snafu crate under a different name using #[snafu(crate_root)].
Commits
  • 091706f Release 0.6.9
  • c6a5f29 Update the changelog
  • 8d26b66 Merge pull request #250 from shepmaster/struct
  • 534becd Include structs as possibilities in error messages
  • c81c5a5 Add some compile-fail tests for struct errors
  • d87a96f Add basic documentation for struct errors
  • c0772fd Perform basic tests of generated code in Rust 1.31
  • c1839b0 Support crate_root on struct errors
  • d1a5b89 Reuse ErrorCompat generation for variants and structs
  • 1bc8e2d Reuse Error generation for variants and structs
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Looks like snafu is up-to-date now, so this is no longer needed.