stegano-rs
stegano-rs copied to clipboard
build(deps): bump enum_dispatch from 0.3.8 to 0.3.11
Bumps enum_dispatch from 0.3.8 to 0.3.11.
Changelog
Sourced from enum_dispatch's changelog.
0.3.11
- Add support for trait methods that return
Self(#59, !29)0.3.10
- Add support for async trait methods (#62)
0.3.9
- Add support for const generics (#51, !25)
Commits
9ed9392v0.3.115d38492Allow returning Self from trait function400a232refactor async trait method handling43d5a83v0.3.109757022exclude benches and tests from published package51f6ac6support async trait methodsea4386av0.3.93386e60Merge branch 'support-const-generics' into 'master'e65468dupdate test for const genericse06412eadd support for const generics- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.29%. Comparing base (
45af81e) to head (2850352). Report is 14 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #104 +/- ##
==========================================
+ Coverage 84.13% 84.29% +0.15%
==========================================
Files 15 15
Lines 870 866 -4
==========================================
- Hits 732 730 -2
+ Misses 138 136 -2
@dependabot recreate
Looks like enum_dispatch is up-to-date now, so this is no longer needed.