merkle_bit
merkle_bit copied to clipboard
Update ron requirement from 0.7.1 to 0.8.0
Updates the requirements on ron to permit the latest version.
Release notes
Sourced from ron's releases.
v0.8.0
Changelog
- Bump dependencies:
bitflagsto 1.3,indexmapto 1.9 (#399)- Add
integer128feature that guardsi128andu128(#304, #351)- Fix issue #265 with better missing comma error (#353)
- Fix issue #301 with better error messages (#354)
- Fix issue #337 by removing
decimal_floatsPrettyConfig option and unconditional decimals in floats (#363)- Fix issue #203 with full de error positioning (#356)
- Expand the
ron::Errorenum to distinguishserdeerrors likeNoSuchEnumVariantandMissingStructFieldwith error positioning (#394)- Bump MSRV to 1.56.0 (#396)
Full changelog
Changelog
Sourced from ron's changelog.
[0.8.0] - 2022-08-17
- Bump dependencies:
bitflagsto 1.3,indexmapto 1.9 (#399)- Add
integer128feature that guardsi128andu128(#304, #351)- Fix issue #265 with better missing comma error (#353)
- Fix issue #301 with better error messages (#354)
- Fix issue #337 by removing
decimal_floatsPrettyConfig option and unconditional decimals in floats (#363)- Fix issue #203 with full de error positioning (#356)
- Expand the
ron::Errorenum to distinguishserdeerrors likeNoSuchEnumVariantandMissingStructFieldwith error positioning (#394)- Bump MSRV to 1.56.0 (#396)
[0.7.1] - 2022-06-15
- Add
struct_namesoption toPrettyConfig(#329)- Fix newtype variant unwrapping around enum, seq and map (#331)
- Implement
unwrap_newtypesextension during serialization (#333)- Implement
unwrap_variant_newtypesextension during serialization (#336)- Add
compact_arrays(#299) andseparatoroptions toPrettyConfig(#349)- Fix issue #338 value map roundtrip (#341)
- Fix issue #289 enumerate_arrays comments (#344)
- Report struct name in expected struct error (#342)
- Add
Optionsbuilder to configure the RON serde roundtrip (#343)- Fix issue #367 with eager implicit some (#368)
- Fix issue #359 with
DeserializeSeedsupport (#360)- Fix issue #370 with
FromStr-equivalent float EBNF andError::FloatUnderscore(#371)- Fix issue #374 extraneous .0 for small floats (#372)
- Deprecate
Serializer::new(#382)[0.7.0] - 2021-10-22
- Add
unwrap_variant_newtypesextension (#319)- Change MSRV to 1.36
[0.6.6] - 2021-10-21
- Fix serialization of raw identifiers (#323)
[0.6.5] - 2021-09-09
- support serde renames that start with a digit
[0.6.3] - 2020-12-18
- bump
base64dependency to 0.13[0.6.2] - 2020-09-09
... (truncated)
Commits
4089034Merge pull request #399 from torkleyy/cleanup7a59210Add #399 to changelog9d40590Cleanup before 0.8 release053bdf8Merge pull request #398 from MomoLangenstein/v0.83722636Prepare v0.8.0 release172bdd6Merge pull request #394 from MomoLangenstein/393-better-serde-errors021eb4cAdded CHANGELOG entry9890bc7Removed duplicate of serde::de::Unexpected from ron error API61d8164Add tests for non-externally tagged enums9407e2eAnnotate serde struct+enum errors with struct/enum/variant names- Additional commits viewable 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)