Skip to content
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

Update frunk_core requirement from 0.3.0 to 0.4.0 #147

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 25, 2021

Updates the requirements on frunk_core to permit the latest version.

Release notes

Sourced from frunk_core's releases.

0.4.0 release

Lots of good stuff thanks to team work from a number of contributors (incl @​mbrobbel, @​ImmemorConsultrixContrarie , @​ExpHP)

From the Changelog

  • [Breaking change] Rename Hlist! type macro to HList! (lloydmeta/frunk#132)
  • [Breaking change] Remove deprecated HList.length() (lloydmeta/frunk#125)
  • [Breaking change] HFoldRightable rework: now HFoldRightable::foldr does not differ from HFoldLeftable::foldl in calling, like std::iter::DoubleEndedIterator::rfold does not differ from std::iter::Iterator::fold. Note: though foldr behavior wasn't changed, all old foldr calls would either stop compiling or produce wrong results (lloydmeta/frunk#171)
  • [Breaking change] Bump quote, syn and proc-macro2 to 1 (lloydmeta/frunk#183)
  • Fix unicode identifiers support lloydmeta/frunk#186
Changelog

Sourced from frunk_core's changelog.

[0.4.0]:

  • [Breaking change] Rename Hlist! type macro to HList! (lloydmeta/frunk#132)
  • [Breaking change] Remove deprecated HList.length() (lloydmeta/frunk#125)
  • [Breaking change] HFoldRightable rework: now HFoldRightable::foldr does not differ from HFoldLeftable::foldl in calling, like std::iter::DoubleEndedIterator::rfold does not differ from std::iter::Iterator::fold. Note: though foldr behavior wasn't changed, all old foldr calls would either stop compiling or produce wrong results (lloydmeta/frunk#171)
  • [Breaking change] Bump quote, syn and proc-macro2 to 1 (lloydmeta/frunk#183)
  • Fix unicode identifiers support lloydmeta/frunk#186

[0.3.2] - 2021-04-16

[0.3.1] - 2019-12-21

[0.3.0] - 2019-03-23

Added

  • More transmogrifications supported out of the box (lloydmeta/frunk#152)
    • Box, Option, Vec and more.
  • More idiomatic Debug impl for Field Debug impls should use DebugStruct #153
  • [no-std] support lloydmeta/frunk#148
    • Note: this is a breaking change, see the PR for details

[0.2.4] - 2019-02-10

Added

  • Added ToMut trait, which allows borrowing mutably from a Coproduct or HList.
  • Added support for #[derive(LabelledGeneric)] on tuple structs
  • Added Path model and PathTraverser trait, which allows for composable lens-like-usage

Changed

  • Make macros call themselves recursively with $crate::

[0.2.3]

[0.2.2] - 2018-10-21

[0.2.1] - 2018-09-29

  • Upgraded to syn 0.15 and quote to 0.6

[0.2.0] - 2018-04-20

Added

  • 🎊 Forces joined with new collaborators [@​Centril] and [@​ExpHP]!
  • frunk now adheres to semantic versioning!
  • Inherent method wrappers for many trait methods on HList and Coproduct.
  • Re-exports for a variety of essential items at the root level of frunk.
  • Module frunk::prelude for extension traits and similar.
  • Methods Coproduct::embed and Coproduct::subset.

... (truncated)

Commits

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 dependabot bot added the dependencies Pull requests that update a dependency file label Jun 25, 2021
@dependabot dependabot bot force-pushed the dependabot/cargo/frunk_core-0.4.0 branch 3 times, most recently from 3de417b to b0aedae Compare February 1, 2022 15:27
@dependabot dependabot bot force-pushed the dependabot/cargo/frunk_core-0.4.0 branch from b0aedae to 11887a3 Compare June 27, 2022 17:33
Updates the requirements on [frunk_core](https://github.com/lloydmeta/frunk) to permit the latest version.
- [Release notes](https://github.com/lloydmeta/frunk/releases)
- [Changelog](https://github.com/lloydmeta/frunk/blob/master/CHANGELOG.md)
- [Commits](lloydmeta/frunk@v0.3.0...0.4.0)

---
updated-dependencies:
- dependency-name: frunk_core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/frunk_core-0.4.0 branch from 11887a3 to 2388350 Compare July 13, 2022 10:50
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 4, 2022

Superseded by #162.

@dependabot dependabot bot closed this Nov 4, 2022
@dependabot dependabot bot deleted the dependabot/cargo/frunk_core-0.4.0 branch November 4, 2022 03:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants