Update Rust crate ron to 0.12 #14
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.6->0.12Release Notes
ron-rs/ron (ron)
v0.12.0Compare Source
API Changes
ron::error::Error::Base64Errorvariant. (#566)into_inner()method toron::ser::Serializerto retrieve the inner writer. (#588)base64dependency. (#566)Format Changes
Bug Fixes
v0.11.0Compare Source
API Changes
SpannedErrornow stores the full error span in span: Span { start: Position, end: Position }`, to facilitate, e.g., language server highlighting of syntax errors.no_stdsupport via a newstdfeature (enabled by default). With default features disabled, you must enable thestdfeature to accessde::from_reader, and thestd::iooperations onOptions, such asfrom_reader,from_reader_seed,to_io_writer, andto_io_writer_pretty(#567)ron::value::Numberto ensure it is non-exhaustive, to avoid breakingmatches when feature unification enables more of its variants than expected (#568)Examples
file_read_write_vec.rsfor reading and writingVec<T>to/from files. (#573)v0.10.1API Changes
ron::Options::to_io_writerandron::Options::to_io_writer_prettyto allow writing into anio::Writer(#561)ron::value::Numberis now non-exhaustive, to avoid breakingmatches when feature unification enables more of its variants than expected (#564)v0.9.0Compare Source
API Changes
ron::error::Error::Base64Errorvariant. (#566)into_inner()method toron::ser::Serializerto retrieve the inner writer. (#588)base64dependency. (#566)Format Changes
Bug Fixes
v0.8.1Compare Source
Value::MapIntoIterand extraneous item check forValue::Seq(#406)Some(#412)base64to 0.20 (#431)base64to 0.21 (#433)serde_derivedirectly to potentially enable more compilation parallelism (#441)bitflagsdependency to 2.0, changesserdeimpls ofExtensions(#443)Map::retainmethod (#460)indexmapto 2.0 (#459)v0.8.0Compare Source
bitflagsto 1.3,indexmapto 1.9 (#399)integer128feature that guardsi128andu128(#304, #351)decimal_floatsPrettyConfig option and unconditional decimals in floats (#363)ron::Errorenum to distinguishserdeerrors likeNoSuchEnumVariantandMissingStructFieldwith error positioning (#394)v0.7.1Compare Source
struct_namesoption toPrettyConfig(#329)unwrap_newtypesextension during serialization (#333)unwrap_variant_newtypesextension during serialization (#336)compact_arrays(#299) andseparatoroptions toPrettyConfig(#349)Optionsbuilder to configure the RON serde roundtrip (#343)DeserializeSeedsupport (#360)FromStr-equivalent float EBNF andError::FloatUnderscore(#371)Serializer::new(#382)v0.7.0Compare Source
unwrap_variant_newtypesextension (#319)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.