Update Rust crate ron to 0.12#14
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
73606ba to
32ff2f5
Compare
32ff2f5 to
f9a6755
Compare
f9a6755 to
cb9e914
Compare
cb9e914 to
4425d00
Compare
4425d00 to
757a574
Compare
757a574 to
e6bf7b4
Compare
e6bf7b4 to
5c840ff
Compare
5c840ff to
307d78c
Compare
307d78c to
867c102
Compare
867c102 to
369b1c3
Compare
369b1c3 to
0e1a492
Compare
0e1a492 to
ae796bb
Compare
ae796bb to
5fc947d
Compare
5fc947d to
bb3a22a
Compare
bb3a22a to
b090cb2
Compare
b090cb2 to
ffe8f9b
Compare
ffe8f9b to
77b496b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1Compare Source
Format Changes
#![type = "..."]and#![schema = "..."]attributes (#596)Bug Fixes
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.