Skip to content

Bump ron to 0.10.1#6861

Merged
emilk merged 1 commit intoemilk:masterfrom
torokati44:ron-0.10.1
Apr 29, 2025
Merged

Bump ron to 0.10.1#6861
emilk merged 1 commit intoemilk:masterfrom
torokati44:ron-0.10.1

Conversation

@torokati44
Copy link
Contributor

This should help cargo-deny be at peace with #6860, pending gfx-rs/wgpu#7557.


profiling::scope!("ron::serialize");
if let Err(err) = ron::ser::to_writer_pretty(&mut writer, &kv, config)
if let Err(err) = ron::ser::to_io_writer_pretty(&mut file, &kv, config)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Preview available at https://egui-pr-preview.github.io/pr/6861-ron-0101
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.

Copy link
Collaborator

@lucasmerlin lucasmerlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@lucasmerlin lucasmerlin added dependencies Pull requests that update a dependency file eframe Relates to epi and eframe labels Apr 28, 2025
@emilk emilk merged commit d666742 into emilk:master Apr 29, 2025
26 of 27 checks passed
darkwater pushed a commit to darkwater/egui that referenced this pull request Aug 24, 2025
This should help `cargo-deny` be at peace with
emilk#6860, pending
gfx-rs/wgpu#7557.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file eframe Relates to epi and eframe

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants