format_serde_error icon indicating copy to clipboard operation
format_serde_error copied to clipboard

Bump serde_yaml to 0.9

Open fennewald opened this issue 2 years ago • 2 comments
trafficstars

  • Bumps serde_yaml to 0.9, the most recent release
  • Bumps format_serde_error to 0.3.1 from 0.3.0
  • Updated a few tests with the new expected output

fennewald avatar Aug 09 '23 16:08 fennewald

Just noticed PR 22, in it's current form this PR ignores 0.8 compatibility. Given the slightly different outputs, the only solution I can imagine would involve gating serde_yaml versions behind a feature flag (e.g. serde_yaml_0.8, and serde_yaml_0.9 feature flags. This feels verbose.

fennewald avatar Aug 09 '23 16:08 fennewald

I believe I'm encountering this error due to the older version of serde_yaml as well:

CleanShot 2024-05-07 at 11 42 11@2x

Also with the recent serde_yaml deprecation, there are a few replacements that should be allowed IMO.

Thanks!

dsully avatar May 07 '24 18:05 dsully