Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Bumps derive_setters from 0.1.8 to 0.1.9.

Changelog

Sourced from derive_setters's changelog.

v0.1.9 (2026-01-30)

  • Add support for delegating setters for generic types. (Thanks @​MrSubidubi)
  • Documentation has been moved from the README.md to a proper rustdoc.
  • MSRV is increased to 1.68+ due to dependency updates.

Commit Statistics

  • 16 commits contributed to the release.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Add proper changelog entries. (87037bf)
    • Adjusting changelogs prior to release of derive_setters v0.1.9 (f8a3c46)
    • Add tests for generics in compile-pass (8d37502)
    • Add trybuild tests. (74e353f)
    • Update Rust version. (1ca0910)
    • Update the rustfmt options and run rustfmt. (0ab982f)
    • Move the documentation into rustdoc. (722f3fc)
    • Code style improvements. (da6237b)
    • Remove an unused field. (8a112f3)
    • Update MSRV to 1.68.0 due to dependency updates. (474375d)
    • Update documentation and adds a changelog. (66c390a)
    • Update darling version. (30ea90e)
    • Implement tests for generic delegates. (bd14002)
    • Run rustfmt. (ccdc14e)
    • Merge pull request #19 from MrSubidubi/delegate-generic-support (284500e)
    • Add support for generics in generate_delegates (d777525)
Commits
  • 57bf818 Release derive_setters v0.1.9
  • 87037bf Add proper changelog entries.
  • f8a3c46 Adjusting changelogs prior to release of derive_setters v0.1.9
  • 8d37502 Add tests for generics in compile-pass
  • 74e353f Add trybuild tests.
  • 1ca0910 Update Rust version.
  • 0ab982f Update the rustfmt options and run rustfmt.
  • 722f3fc Move the documentation into rustdoc.
  • da6237b Code style improvements.
  • 8a112f3 Remove an unused field.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [derive_setters](https://github.com/Lymia/derive_setters) from 0.1.8 to 0.1.9.
- [Changelog](https://github.com/Lymia/derive_setters/blob/main/CHANGELOG.md)
- [Commits](Lymia/derive_setters@v0.1.8...v0.1.9)

---
updated-dependencies:
- dependency-name: derive_setters
  dependency-version: 0.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants