Skip to content
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

desktop: Update egui to v0.28.0 #16982

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Conversation

torokati44
Copy link
Member

@torokati44 torokati44 commented Jul 3, 2024

Changelog: https://github.com/emilk/egui/releases/tag/0.28.0
Fortunately, we have already accommodated for all the API changes in #16704.

@torokati44 torokati44 enabled auto-merge (rebase) July 4, 2024 09:19
@torokati44
Copy link
Member Author

Nightly failure:

error: reached the type-length limit while instantiating `cookie_factory::sequence::tuple::<Vec<u8>, ({closure@cookie_factory::bytes::be_u8<Vec<...>>::{closure#0}}, ..., ...)>`
   --> /home/runner/.cargo/git/checkouts/rust-flash-lso-7db697fbf6bd96f3/2f77055/flash-lso/src/amf3/write.rs:487:21
    |
487 |               let x = tuple((
    |  _____________________^
488 | |                 self.write_type_marker(TypeMarker::Object),
489 | |                 cond(had_object.is_reference(), move |out| {
490 | |                     self.write_object_reference(had_object.as_position().unwrap() as u32)(out)
...   |
508 | |                 ),
509 | |             ))(out);
    | |______________^
    |
    = help: consider adding a `#![type_length_limit="47301832"]` attribute to your crate
    = note: the full type name has been written to '/home/runner/work/ruffle/ruffle/target/ci/deps/flash_lso-4a9cf3934fb8b13e.long-type.txt'

error: could not compile `flash-lso` (lib) due to 1 previous error

😳

@torokati44 torokati44 merged commit 4dd77f9 into ruffle-rs:master Jul 4, 2024
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

2 participants