mun-lang / mun

Source code for the Mun language and runtime.
https://mun-lang.org
Other
1.87k stars 73 forks source link

bump: update ron requirement from 0.7.0 to 0.8.0 #439

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on ron to permit the latest version.

Release notes

Sourced from ron's releases.

v0.8.0

Changelog

  • Bump dependencies: bitflags to 1.3, indexmap to 1.9 (#399)
  • Add integer128 feature that guards i128 and u128 (#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_floats PrettyConfig option and unconditional decimals in floats (#363)
  • Fix issue #203 with full de error positioning (#356)
  • Expand the ron::Error enum to distinguish serde errors like NoSuchEnumVariant and MissingStructField with error positioning (#394)
  • Bump MSRV to 1.56.0 (#396)

Full changelog

https://github.com/ron-rs/ron/compare/v0.7.1...v0.8.0

Changelog

Sourced from ron's changelog.

[0.8.0] - 2022-08-17

  • Bump dependencies: bitflags to 1.3, indexmap to 1.9 (#399)
  • Add integer128 feature that guards i128 and u128 (#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_floats PrettyConfig option and unconditional decimals in floats (#363)
  • Fix issue #203 with full de error positioning (#356)
  • Expand the ron::Error enum to distinguish serde errors like NoSuchEnumVariant and MissingStructField with error positioning (#394)
  • Bump MSRV to 1.56.0 (#396)

[0.7.1] - 2022-06-15

  • Add struct_names option to PrettyConfig (#329)
  • Fix newtype variant unwrapping around enum, seq and map (#331)
  • Implement unwrap_newtypes extension during serialization (#333)
  • Implement unwrap_variant_newtypes extension during serialization (#336)
  • Add compact_arrays (#299) and separator options to PrettyConfig (#349)
  • Fix issue #338 value map roundtrip (#341)
  • Fix issue #289 enumerate_arrays comments (#344)
  • Report struct name in expected struct error (#342)
  • Add Options builder to configure the RON serde roundtrip (#343)
  • Fix issue #367 with eager implicit some (#368)
  • Fix issue #359 with DeserializeSeed support (#360)
  • Fix issue #370 with FromStr-equivalent float EBNF and Error::FloatUnderscore (#371)
  • Fix issue #374 extraneous .0 for small floats (#372)
  • Deprecate Serializer::new (#382)

[0.7.0] - 2021-10-22

  • Add unwrap_variant_newtypes extension (#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 base64 dependency to 0.13

[0.6.2] - 2020-09-09

  • Added decimal_floats PrettyConfig option, which always includes decimals in floats (1.0 vs 1) (#237)
  • Fixed EBNF grammar for raw strings (#236, unsigned integers (#248), and nested comments (#272)
  • Added ser::to_writer_pretty (#269)
  • Sped up parsing using table predicates (#276)

... (truncated)

Commits
  • 4089034 Merge pull request #399 from torkleyy/cleanup
  • 7a59210 Add #399 to changelog
  • 9d40590 Cleanup before 0.8 release
  • 053bdf8 Merge pull request #398 from MomoLangenstein/v0.8
  • 3722636 Prepare v0.8.0 release
  • 172bdd6 Merge pull request #394 from MomoLangenstein/393-better-serde-errors
  • 021eb4c Added CHANGELOG entry
  • 9890bc7 Removed duplicate of serde::de::Unexpected from ron error API
  • 61d8164 Add tests for non-externally tagged enums
  • 9407e2e Annotate 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 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)
baszalmstra commented 2 years ago

@dependabot rebase

codecov[bot] commented 2 years ago

Codecov Report

Merging #439 (45a953f) into main (2b620a4) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #439      +/-   ##
==========================================
- Coverage   83.12%   83.11%   -0.01%     
==========================================
  Files         281      281              
  Lines       16650    16650              
==========================================
- Hits        13840    13839       -1     
- Misses       2810     2811       +1     
Impacted Files Coverage Δ
crates/mun_hir/src/ty/infer/type_variable.rs 80.35% <0.00%> (-0.90%) :arrow_down:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.