-
Notifications
You must be signed in to change notification settings - Fork 0
Update Rust crate ron to 0.12.0 #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
1f5973d to
6455858
Compare
6455858 to
7578b33
Compare
7578b33 to
7128ce2
Compare
7128ce2 to
77a85df
Compare
77a85df to
8c77092
Compare
8c77092 to
1045ee3
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: sanity-bin/Cargo.lock |
1045ee3 to
e9642e5
Compare
|
e9642e5 to
67946f2
Compare
67946f2 to
be20870
Compare
be20870 to
7f34c85
Compare
This PR contains the following updates:
0.6.2->0.12.0Release 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)v0.6.6v0.6.5v0.6.3base64dependency to 0.13Configuration
📅 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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.