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

chore: release #982

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Oct 13, 2024

🤖 New release

  • freya-renderer: 0.2.1 -> 0.3.0 (⚠️ API breaking changes)
  • freya-common: 0.2.1 -> 0.3.0 (⚠️ API breaking changes)
  • freya-engine: 0.2.2 -> 0.3.0 (⚠️ API breaking changes)
  • freya-native-core: 0.2.1 -> 0.3.0 (⚠️ API breaking changes)
  • freya-native-core-macro: 0.2.0 -> 0.2.1
  • torin: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)
  • freya: 0.2.2 -> 0.2.3 (✓ API compatible changes)
  • freya-components: 0.2.1 -> 0.3.0 (⚠️ API breaking changes)
  • freya-core: 0.2.1 -> 0.3.0 (⚠️ API breaking changes)
  • freya-elements: 0.2.0 -> 0.3.0 (⚠️ API breaking changes)
  • freya-node-state: 0.2.1 -> 0.3.0 (⚠️ API breaking changes)
  • freya-testing: 0.2.1 -> 0.3.0 (⚠️ API breaking changes)
  • freya-hooks: 0.2.1 -> 0.3.0 (⚠️ API breaking changes)
  • freya-devtools: 0.2.1 -> 0.3.0 (⚠️ API breaking changes)

⚠️ freya-renderer breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type DesktopRenderer is no longer Sync, in /tmp/.tmp3zecqh/freya/crates/renderer/src/renderer.rs:58
  type DesktopRenderer is no longer UnwindSafe, in /tmp/.tmp3zecqh/freya/crates/renderer/src/renderer.rs:58
  type DesktopRenderer is no longer Send, in /tmp/.tmp3zecqh/freya/crates/renderer/src/renderer.rs:58
  type DesktopRenderer is no longer RefUnwindSafe, in /tmp/.tmp3zecqh/freya/crates/renderer/src/renderer.rs:58

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field LaunchConfig.state in /tmp/.tmp3zecqh/freya/crates/renderer/src/config.rs:82
  field LaunchConfig.window_config in /tmp/.tmp3zecqh/freya/crates/renderer/src/config.rs:83
  field WindowConfig.size in /tmp/.tmp3zecqh/freya/crates/renderer/src/config.rs:33
  field WindowConfig.min_size in /tmp/.tmp3zecqh/freya/crates/renderer/src/config.rs:35
  field WindowConfig.max_size in /tmp/.tmp3zecqh/freya/crates/renderer/src/config.rs:37
  field WindowConfig.visible in /tmp/.tmp3zecqh/freya/crates/renderer/src/config.rs:47
  field WindowConfig.window_attributes_hook in /tmp/.tmp3zecqh/freya/crates/renderer/src/config.rs:55
  field WindowConfig.event_loop_builder_hook in /tmp/.tmp3zecqh/freya/crates/renderer/src/config.rs:57

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/inherent_method_missing.ron

Failed in:
  LaunchConfig::builder, previously in file /tmp/.tmpOEyxQ6/freya-renderer/src/config.rs:72

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_missing.ron

Failed in:
  struct freya_renderer::WindowEnv, previously in file /tmp/.tmpOEyxQ6/freya-renderer/src/window.rs:28
  struct freya_renderer::LaunchConfigBuilder, previously in file /tmp/.tmpOEyxQ6/freya-renderer/src/config.rs:95

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field window of struct LaunchConfig, previously in file /tmp/.tmpOEyxQ6/freya-renderer/src/config.rs:54
  field width of struct WindowConfig, previously in file /tmp/.tmpOEyxQ6/freya-renderer/src/config.rs:15
  field height of struct WindowConfig, previously in file /tmp/.tmpOEyxQ6/freya-renderer/src/config.rs:17
  field min_width of struct WindowConfig, previously in file /tmp/.tmpOEyxQ6/freya-renderer/src/config.rs:19
  field min_height of struct WindowConfig, previously in file /tmp/.tmpOEyxQ6/freya-renderer/src/config.rs:21
  field max_width of struct WindowConfig, previously in file /tmp/.tmpOEyxQ6/freya-renderer/src/config.rs:23
  field max_height of struct WindowConfig, previously in file /tmp/.tmpOEyxQ6/freya-renderer/src/config.rs:25
  field state of struct WindowConfig, previously in file /tmp/.tmpOEyxQ6/freya-renderer/src/config.rs:33
  field window_builder_hook of struct WindowConfig, previously in file /tmp/.tmpOEyxQ6/freya-renderer/src/config.rs:43

--- failure unit_struct_changed_kind: unit struct changed kind ---

Description:
A public unit struct has been changed to a normal (curly-braces) struct, which cannot be constructed using the same struct literal syntax.
        ref: https://github.com/rust-lang/cargo/pull/10871
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/unit_struct_changed_kind.ron

Failed in:
  struct DesktopRenderer in /tmp/.tmp3zecqh/freya/crates/renderer/src/renderer.rs:58

⚠️ freya-common breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field CachedParagraph.1 in /tmp/.tmp3zecqh/freya/crates/common/src/layout.rs:30

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_missing.ron

Failed in:
  enum freya_common::EventMessage, previously in file /tmp/.tmpOEyxQ6/freya-common/src/event_messages.rs:9

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/inherent_method_missing.ron

Failed in:
  ParagraphElements::paragraphs, previously in file /tmp/.tmpOEyxQ6/freya-common/src/paragraphs.rs:19
  ParagraphElements::len_paragraphs, previously in file /tmp/.tmpOEyxQ6/freya-common/src/paragraphs.rs:36
  Layers::layers, previously in file /tmp/.tmpOEyxQ6/freya-common/src/layers.rs:27
  Layers::len_layers, previously in file /tmp/.tmpOEyxQ6/freya-common/src/layers.rs:31

⚠️ freya-engine breaking changes

--- failure constructible_struct_changed_type: struct constructible with literal became an enum or union ---

Description:
A struct became an enum or union, and is no longer publicly constructible with a struct literal.
        ref: https://github.com/obi1kenobi/cargo-semver-checks/issues/297#issuecomment-1399099659
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/constructible_struct_changed_type.ron

Failed in:
  struct freya_engine::prelude::TextHeightBehavior became enum in file /tmp/.tmp3zecqh/freya/crates/engine/src/mocked.rs:623

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/inherent_method_missing.ron

Failed in:
  DirectContext::new_gl, previously in file /tmp/.tmpOEyxQ6/freya-engine/src/mocked.rs:1437

--- failure unit_struct_changed_kind: unit struct changed kind ---

Description:
A public unit struct has been changed to a normal (curly-braces) struct, which cannot be constructed using the same struct literal syntax.
        ref: https://github.com/rust-lang/cargo/pull/10871
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/unit_struct_changed_kind.ron

Failed in:
  struct FontMetrics in /tmp/.tmp3zecqh/freya/crates/engine/src/mocked.rs:1152

⚠️ freya-native-core breaking changes

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant EventName::MouseDown 3 -> 4 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:12
  variant EventName::MouseEnter 5 -> 6 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:14
  variant EventName::MouseLeave 6 -> 7 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:15
  variant EventName::Wheel 7 -> 8 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:17
  variant EventName::PointerOver 8 -> 9 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:19
  variant EventName::PointerDown 9 -> 10 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:20
  variant EventName::PointerEnter 10 -> 11 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:21
  variant EventName::PointerLeave 11 -> 12 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:22
  variant EventName::PointerUp 12 -> 13 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:23
  variant EventName::KeyDown 13 -> 14 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:25
  variant EventName::KeyUp 14 -> 15 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:26
  variant EventName::TouchCancel 15 -> 18 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:30
  variant EventName::TouchStart 16 -> 19 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:31
  variant EventName::TouchMove 17 -> 20 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:32
  variant EventName::TouchEnd 18 -> 21 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:33
  variant EventName::GlobalClick 19 -> 22 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:35
  variant EventName::GlobalPointerUp 20 -> 23 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:36
  variant EventName::GlobalMouseDown 21 -> 24 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:37
  variant EventName::GlobalFileHover 23 -> 26 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:39
  variant EventName::GlobalFileHoverCancelled 24 -> 27 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:40
  variant EventName::FileDrop 25 -> 28 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:42
  variant EventName::MouseDown 3 -> 4 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:12
  variant EventName::MouseEnter 5 -> 6 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:14
  variant EventName::MouseLeave 6 -> 7 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:15
  variant EventName::Wheel 7 -> 8 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:17
  variant EventName::PointerOver 8 -> 9 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:19
  variant EventName::PointerDown 9 -> 10 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:20
  variant EventName::PointerEnter 10 -> 11 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:21
  variant EventName::PointerLeave 11 -> 12 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:22
  variant EventName::PointerUp 12 -> 13 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:23
  variant EventName::KeyDown 13 -> 14 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:25
  variant EventName::KeyUp 14 -> 15 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:26
  variant EventName::TouchCancel 15 -> 18 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:30
  variant EventName::TouchStart 16 -> 19 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:31
  variant EventName::TouchMove 17 -> 20 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:32
  variant EventName::TouchEnd 18 -> 21 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:33
  variant EventName::GlobalClick 19 -> 22 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:35
  variant EventName::GlobalPointerUp 20 -> 23 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:36
  variant EventName::GlobalMouseDown 21 -> 24 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:37
  variant EventName::GlobalFileHover 23 -> 26 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:39
  variant EventName::GlobalFileHoverCancelled 24 -> 27 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:40
  variant EventName::FileDrop 25 -> 28 in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:42
  variant AttributeName::Direction 10 -> 9 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:14
  variant AttributeName::Shadow 11 -> 10 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:15
  variant AttributeName::CornerRadius 12 -> 11 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:16
  variant AttributeName::CornerSmoothing 13 -> 12 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:17
  variant AttributeName::Color 14 -> 13 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:18
  variant AttributeName::FontSize 15 -> 14 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:19
  variant AttributeName::FontFamily 16 -> 15 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:20
  variant AttributeName::FontStyle 17 -> 16 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:21
  variant AttributeName::FontWeight 18 -> 17 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:22
  variant AttributeName::FontWidth 19 -> 18 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:23
  variant AttributeName::MainAlign 20 -> 19 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:24
  variant AttributeName::CrossAlign 21 -> 20 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:25
  variant AttributeName::TextAlign 22 -> 21 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:26
  variant AttributeName::TextShadow 23 -> 22 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:27
  variant AttributeName::MaxLines 24 -> 23 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:28
  variant AttributeName::LineHeight 25 -> 24 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:29
  variant AttributeName::LetterSpacing 26 -> 25 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:30
  variant AttributeName::WordSpacing 27 -> 26 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:31
  variant AttributeName::Decoration 28 -> 27 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:32
  variant AttributeName::DecorationColor 29 -> 28 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:33
  variant AttributeName::DecorationStyle 30 -> 29 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:34
  variant AttributeName::TextOverflow 31 -> 30 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:35
  variant AttributeName::CanvasReference 47 -> 42 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:47
  variant AttributeName::Layer 48 -> 43 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:48
  variant AttributeName::OffsetY 49 -> 44 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:49
  variant AttributeName::OffsetX 50 -> 45 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:50
  variant AttributeName::Reference 51 -> 46 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:51
  variant AttributeName::CursorReference 52 -> 47 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:52
  variant AttributeName::CursorIndex 53 -> 48 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:53
  variant AttributeName::CursorColor 54 -> 49 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:54
  variant AttributeName::CursorMode 55 -> 50 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:55
  variant AttributeName::CursorId 56 -> 51 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:56
  variant AttributeName::Highlights 57 -> 52 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:57
  variant AttributeName::HighlightColor 58 -> 53 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:58
  variant AttributeName::ImageReference 59 -> 55 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:60
  variant AttributeName::ImageData 60 -> 56 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:61
  variant AttributeName::SvgData 61 -> 57 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:62
  variant AttributeName::SvgContent 62 -> 58 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:63
  variant AttributeName::Direction 10 -> 9 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:14
  variant AttributeName::Shadow 11 -> 10 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:15
  variant AttributeName::CornerRadius 12 -> 11 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:16
  variant AttributeName::CornerSmoothing 13 -> 12 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:17
  variant AttributeName::Color 14 -> 13 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:18
  variant AttributeName::FontSize 15 -> 14 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:19
  variant AttributeName::FontFamily 16 -> 15 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:20
  variant AttributeName::FontStyle 17 -> 16 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:21
  variant AttributeName::FontWeight 18 -> 17 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:22
  variant AttributeName::FontWidth 19 -> 18 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:23
  variant AttributeName::MainAlign 20 -> 19 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:24
  variant AttributeName::CrossAlign 21 -> 20 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:25
  variant AttributeName::TextAlign 22 -> 21 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:26
  variant AttributeName::TextShadow 23 -> 22 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:27
  variant AttributeName::MaxLines 24 -> 23 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:28
  variant AttributeName::LineHeight 25 -> 24 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:29
  variant AttributeName::LetterSpacing 26 -> 25 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:30
  variant AttributeName::WordSpacing 27 -> 26 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:31
  variant AttributeName::Decoration 28 -> 27 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:32
  variant AttributeName::DecorationColor 29 -> 28 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:33
  variant AttributeName::DecorationStyle 30 -> 29 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:34
  variant AttributeName::TextOverflow 31 -> 30 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:35
  variant AttributeName::CanvasReference 47 -> 42 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:47
  variant AttributeName::Layer 48 -> 43 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:48
  variant AttributeName::OffsetY 49 -> 44 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:49
  variant AttributeName::OffsetX 50 -> 45 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:50
  variant AttributeName::Reference 51 -> 46 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:51
  variant AttributeName::CursorReference 52 -> 47 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:52
  variant AttributeName::CursorIndex 53 -> 48 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:53
  variant AttributeName::CursorColor 54 -> 49 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:54
  variant AttributeName::CursorMode 55 -> 50 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:55
  variant AttributeName::CursorId 56 -> 51 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:56
  variant AttributeName::Highlights 57 -> 52 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:57
  variant AttributeName::HighlightColor 58 -> 53 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:58
  variant AttributeName::ImageReference 59 -> 55 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:60
  variant AttributeName::ImageData 60 -> 56 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:61
  variant AttributeName::SvgData 61 -> 57 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:62
  variant AttributeName::SvgContent 62 -> 58 in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:63

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant EventName:MouseUp in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:11
  variant EventName:MouseMove in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:13
  variant EventName:GlobalKeyDown in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:27
  variant EventName:GlobalKeyUp in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:28
  variant EventName:GlobalMouseMove in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:38
  variant EventName:MouseUp in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:11
  variant EventName:MouseMove in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:13
  variant EventName:GlobalKeyDown in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:27
  variant EventName:GlobalKeyUp in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:28
  variant EventName:GlobalMouseMove in /tmp/.tmp3zecqh/freya/crates/native-core/src/events.rs:38
  variant AttributeName:TextHeight in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:36
  variant AttributeName:HighlightMode in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:59
  variant AttributeName:Spacing in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:64
  variant AttributeName:A11yId in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:67
  variant AttributeName:A11yFocusable in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:68
  variant AttributeName:A11yAutoFocus in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:69
  variant AttributeName:A11yName in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:104
  variant AttributeName:A11yDescription in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:105
  variant AttributeName:A11yValue in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:106
  variant AttributeName:A11yAccessKey in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:107
  variant AttributeName:A11yAuthorId in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:108
  variant AttributeName:A11yKeyboardShortcut in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:114
  variant AttributeName:A11yLanguage in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:115
  variant AttributeName:A11yPlaceholder in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:116
  variant AttributeName:A11yRoleDescription in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:117
  variant AttributeName:A11yStateDescription in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:118
  variant AttributeName:A11yTooltip in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:119
  variant AttributeName:A11yUrl in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:120
  variant AttributeName:A11yRowIndexText in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:121
  variant AttributeName:A11yColumnIndexText in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:122
  variant AttributeName:A11yScrollX in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:125
  variant AttributeName:A11yScrollXMin in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:126
  variant AttributeName:A11yScrollXMax in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:127
  variant AttributeName:A11yScrollY in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:128
  variant AttributeName:A11yScrollYMin in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:129
  variant AttributeName:A11yScrollYMax in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:130
  variant AttributeName:A11yNumericValue in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:131
  variant AttributeName:A11yMinNumericValue in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:132
  variant AttributeName:A11yMaxNumericValue in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:133
  variant AttributeName:A11yNumericValueStep in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:134
  variant AttributeName:A11yNumericValueJump in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:135
  variant AttributeName:A11yRowCount in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:138
  variant AttributeName:A11yColumnCount in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:139
  variant AttributeName:A11yRowIndex in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:140
  variant AttributeName:A11yColumnIndex in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:141
  variant AttributeName:A11yRowSpan in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:142
  variant AttributeName:A11yColumnSpan in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:143
  variant AttributeName:A11yLevel in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:144
  variant AttributeName:A11ySizeOfSet in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:145
  variant AttributeName:A11yPositionInSet in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:146
  variant AttributeName:A11yColorValue in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:149
  variant AttributeName:A11yExpanded in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:171
  variant AttributeName:A11ySelected in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:172
  variant AttributeName:A11yHovered in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:178
  variant AttributeName:A11yHidden in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:179
  variant AttributeName:A11yLinked in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:180
  variant AttributeName:A11yMultiselectable in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:181
  variant AttributeName:A11yRequired in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:182
  variant AttributeName:A11yVisited in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:183
  variant AttributeName:A11yBusy in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:184
  variant AttributeName:A11yLiveAtomic in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:185
  variant AttributeName:A11yModal in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:186
  variant AttributeName:A11yTouchTransparent in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:187
  variant AttributeName:A11yReadOnly in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:188
  variant AttributeName:A11yDisabled in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:189
  variant AttributeName:A11yIsSpellingError in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:190
  variant AttributeName:A11yIsGrammarError in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:191
  variant AttributeName:A11yIsSearchMatch in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:192
  variant AttributeName:A11yIsSuggestion in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:193
  variant AttributeName:A11yRole in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:196
  variant AttributeName:A11yInvalid in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:197
  variant AttributeName:A11yToggled in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:198
  variant AttributeName:A11yLive in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:199
  variant AttributeName:A11yDefaultActionVerb in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:200
  variant AttributeName:A11yOrientation in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:201
  variant AttributeName:A11ySortDirection in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:202
  variant AttributeName:A11yCurrent in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:203
  variant AttributeName:A11yAutoComplete in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:204
  variant AttributeName:A11yHasPopup in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:205
  variant AttributeName:A11yListStyle in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:209
  variant AttributeName:A11yVerticalOffset in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:210
  variant AttributeName:TextHeight in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:36
  variant AttributeName:HighlightMode in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:59
  variant AttributeName:Spacing in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:64
  variant AttributeName:A11yId in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:67
  variant AttributeName:A11yFocusable in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:68
  variant AttributeName:A11yAutoFocus in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:69
  variant AttributeName:A11yName in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:104
  variant AttributeName:A11yDescription in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:105
  variant AttributeName:A11yValue in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:106
  variant AttributeName:A11yAccessKey in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:107
  variant AttributeName:A11yAuthorId in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:108
  variant AttributeName:A11yKeyboardShortcut in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:114
  variant AttributeName:A11yLanguage in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:115
  variant AttributeName:A11yPlaceholder in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:116
  variant AttributeName:A11yRoleDescription in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:117
  variant AttributeName:A11yStateDescription in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:118
  variant AttributeName:A11yTooltip in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:119
  variant AttributeName:A11yUrl in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:120
  variant AttributeName:A11yRowIndexText in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:121
  variant AttributeName:A11yColumnIndexText in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:122
  variant AttributeName:A11yScrollX in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:125
  variant AttributeName:A11yScrollXMin in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:126
  variant AttributeName:A11yScrollXMax in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:127
  variant AttributeName:A11yScrollY in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:128
  variant AttributeName:A11yScrollYMin in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:129
  variant AttributeName:A11yScrollYMax in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:130
  variant AttributeName:A11yNumericValue in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:131
  variant AttributeName:A11yMinNumericValue in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:132
  variant AttributeName:A11yMaxNumericValue in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:133
  variant AttributeName:A11yNumericValueStep in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:134
  variant AttributeName:A11yNumericValueJump in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:135
  variant AttributeName:A11yRowCount in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:138
  variant AttributeName:A11yColumnCount in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:139
  variant AttributeName:A11yRowIndex in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:140
  variant AttributeName:A11yColumnIndex in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:141
  variant AttributeName:A11yRowSpan in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:142
  variant AttributeName:A11yColumnSpan in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:143
  variant AttributeName:A11yLevel in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:144
  variant AttributeName:A11ySizeOfSet in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:145
  variant AttributeName:A11yPositionInSet in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:146
  variant AttributeName:A11yColorValue in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:149
  variant AttributeName:A11yExpanded in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:171
  variant AttributeName:A11ySelected in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:172
  variant AttributeName:A11yHovered in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:178
  variant AttributeName:A11yHidden in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:179
  variant AttributeName:A11yLinked in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:180
  variant AttributeName:A11yMultiselectable in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:181
  variant AttributeName:A11yRequired in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:182
  variant AttributeName:A11yVisited in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:183
  variant AttributeName:A11yBusy in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:184
  variant AttributeName:A11yLiveAtomic in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:185
  variant AttributeName:A11yModal in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:186
  variant AttributeName:A11yTouchTransparent in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:187
  variant AttributeName:A11yReadOnly in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:188
  variant AttributeName:A11yDisabled in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:189
  variant AttributeName:A11yIsSpellingError in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:190
  variant AttributeName:A11yIsGrammarError in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:191
  variant AttributeName:A11yIsSearchMatch in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:192
  variant AttributeName:A11yIsSuggestion in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:193
  variant AttributeName:A11yRole in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:196
  variant AttributeName:A11yInvalid in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:197
  variant AttributeName:A11yToggled in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:198
  variant AttributeName:A11yLive in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:199
  variant AttributeName:A11yDefaultActionVerb in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:200
  variant AttributeName:A11yOrientation in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:201
  variant AttributeName:A11ySortDirection in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:202
  variant AttributeName:A11yCurrent in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:203
  variant AttributeName:A11yAutoComplete in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:204
  variant AttributeName:A11yHasPopup in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:205
  variant AttributeName:A11yListStyle in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:209
  variant AttributeName:A11yVerticalOffset in /tmp/.tmp3zecqh/freya/crates/native-core/src/attributes.rs:210

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_variant_missing.ron

Failed in:
  variant EventName::MouseOver, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/events.rs:12
  variant EventName::GlobalMouseOver, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/events.rs:35
  variant EventName::MouseOver, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/events.rs:12
  variant EventName::GlobalMouseOver, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/events.rs:35
  variant AttributeName::BorderAlign, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/attributes.rs:14
  variant AttributeName::Name, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/attributes.rs:47
  variant AttributeName::Focusable, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/attributes.rs:48
  variant AttributeName::Role, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/attributes.rs:49
  variant AttributeName::FocusId, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/attributes.rs:50
  variant AttributeName::Alt, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/attributes.rs:51
  variant AttributeName::BorderAlign, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/attributes.rs:14
  variant AttributeName::Name, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/attributes.rs:47
  variant AttributeName::Focusable, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/attributes.rs:48
  variant AttributeName::Role, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/attributes.rs:49
  variant AttributeName::FocusId, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/attributes.rs:50
  variant AttributeName::Alt, previously in file /tmp/.tmpOEyxQ6/freya-native-core/src/attributes.rs:51

⚠️ torin breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field Node.spacing in /tmp/.tmp3zecqh/freya/crates/torin/src/node.rs:58
  field Node.spacing in /tmp/.tmp3zecqh/freya/crates/torin/src/node.rs:58

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant Size:InnerPercentage in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:22
  variant Size:Flex in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:24
  variant Size:InnerPercentage in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:22
  variant Size:Flex in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:24
  variant Size:InnerPercentage in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:22
  variant Size:Flex in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:24
  variant Size:InnerPercentage in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:22
  variant Size:Flex in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:24
  variant DynamicCalculation:RootPercentage in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:183
  variant DynamicCalculation:RootPercentage in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:183
  variant DynamicCalculation:RootPercentage in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:183
  variant DynamicCalculation:RootPercentage in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:183
  variant Content:Flex in /tmp/.tmp3zecqh/freya/crates/torin/src/values/content.rs:6
  variant Content:Flex in /tmp/.tmp3zecqh/freya/crates/torin/src/values/content.rs:6
  variant Content:Flex in /tmp/.tmp3zecqh/freya/crates/torin/src/values/content.rs:6
  variant Content:Flex in /tmp/.tmp3zecqh/freya/crates/torin/src/values/content.rs:6
  variant Alignment:SpaceBetween in /tmp/.tmp3zecqh/freya/crates/torin/src/values/alignment.rs:7
  variant Alignment:SpaceEvenly in /tmp/.tmp3zecqh/freya/crates/torin/src/values/alignment.rs:8
  variant Alignment:SpaceAround in /tmp/.tmp3zecqh/freya/crates/torin/src/values/alignment.rs:9
  variant Alignment:SpaceBetween in /tmp/.tmp3zecqh/freya/crates/torin/src/values/alignment.rs:7
  variant Alignment:SpaceEvenly in /tmp/.tmp3zecqh/freya/crates/torin/src/values/alignment.rs:8
  variant Alignment:SpaceAround in /tmp/.tmp3zecqh/freya/crates/torin/src/values/alignment.rs:9
  variant Alignment:SpaceBetween in /tmp/.tmp3zecqh/freya/crates/torin/src/values/alignment.rs:7
  variant Alignment:SpaceEvenly in /tmp/.tmp3zecqh/freya/crates/torin/src/values/alignment.rs:8
  variant Alignment:SpaceAround in /tmp/.tmp3zecqh/freya/crates/torin/src/values/alignment.rs:9
  variant Alignment:SpaceBetween in /tmp/.tmp3zecqh/freya/crates/torin/src/values/alignment.rs:7
  variant Alignment:SpaceEvenly in /tmp/.tmp3zecqh/freya/crates/torin/src/values/alignment.rs:8
  variant Alignment:SpaceAround in /tmp/.tmp3zecqh/freya/crates/torin/src/values/alignment.rs:9

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/function_missing.ron

Failed in:
  function torin::prelude::get_align_axis, previously in file /tmp/.tmpOEyxQ6/torin/src/geometry.rs:86
  function torin::geometry::get_align_axis, previously in file /tmp/.tmpOEyxQ6/torin/src/geometry.rs:86

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/function_parameter_count_changed.ron

Failed in:
  torin::size::run_calculations now takes 3 parameters instead of 2, in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:314
  torin::values::size::run_calculations now takes 3 parameters instead of 2, in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:314
  torin::values::prelude::run_calculations now takes 3 parameters instead of 2, in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:314
  torin::prelude::run_calculations now takes 3 parameters instead of 2, in /tmp/.tmp3zecqh/freya/crates/torin/src/values/size.rs:314

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field inner_sizes of struct LayoutNode, previously in file /tmp/.tmpOEyxQ6/torin/src/dom_adapter.rs:22
  field inner_sizes of struct LayoutNode, previously in file /tmp/.tmpOEyxQ6/torin/src/dom_adapter.rs:22

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_method_added.ron

Failed in:
  trait method torin::prelude::AreaModel::without_gaps in file /tmp/.tmp3zecqh/freya/crates/torin/src/geometry.rs:23
  trait method torin::prelude::AreaModel::adjust_size in file /tmp/.tmp3zecqh/freya/crates/torin/src/geometry.rs:29
  trait method torin::prelude::AreaModel::expand in file /tmp/.tmp3zecqh/freya/crates/torin/src/geometry.rs:31
  trait method torin::prelude::AreaModel::max_area_when_rotated in file /tmp/.tmp3zecqh/freya/crates/torin/src/geometry.rs:33
  trait method torin::prelude::AreaModel::clip in file /tmp/.tmp3zecqh/freya/crates/torin/src/geometry.rs:35
  trait method torin::geometry::AreaModel::without_gaps in file /tmp/.tmp3zecqh/freya/crates/torin/src/geometry.rs:23
  trait method torin::geometry::AreaModel::adjust_size in file /tmp/.tmp3zecqh/freya/crates/torin/src/geometry.rs:29
  trait method torin::geometry::AreaModel::expand in file /tmp/.tmp3zecqh/freya/crates/torin/src/geometry.rs:31
  trait method torin::geometry::AreaModel::max_area_when_rotated in file /tmp/.tmp3zecqh/freya/crates/torin/src/geometry.rs:33
  trait method torin::geometry::AreaModel::clip in file /tmp/.tmp3zecqh/freya/crates/torin/src/geometry.rs:35

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_method_missing.ron

Failed in:
  method after_gaps of trait AreaModel, previously in file /tmp/.tmpOEyxQ6/torin/src/geometry.rs:14
  method align_content of trait AreaModel, previously in file /tmp/.tmpOEyxQ6/torin/src/geometry.rs:18
  method after_gaps of trait AreaModel, previously in file /tmp/.tmpOEyxQ6/torin/src/geometry.rs:14
  method align_content of trait AreaModel, previously in file /tmp/.tmpOEyxQ6/torin/src/geometry.rs:18

--- failure trait_no_longer_object_safe: trait no longer object safe ---

Description:
Trait is no longer object safe, which breaks `dyn Trait` usage.
        ref: https://doc.rust-lang.org/stable/reference/items/traits.html#object-safety
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_no_longer_object_safe.ron

Failed in:
  trait AreaModel in file /tmp/.tmp3zecqh/freya/crates/torin/src/geometry.rs:21
  trait AreaModel in file /tmp/.tmp3zecqh/freya/crates/torin/src/geometry.rs:21

⚠️ freya-components breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type VirtualScrollViewProps is no longer Sync, in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/virtual_scroll_view.rs:41
  type VirtualScrollViewProps is no longer UnwindSafe, in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/virtual_scroll_view.rs:41
  type VirtualScrollViewProps is no longer Send, in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/virtual_scroll_view.rs:41
  type VirtualScrollViewProps is no longer RefUnwindSafe, in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/virtual_scroll_view.rs:41

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field SliderProps.size in /tmp/.tmp3zecqh/freya/crates/components/src/slider.rs:29
  field SliderProps.direction in /tmp/.tmp3zecqh/freya/crates/components/src/slider.rs:33
  field VirtualScrollViewProps.width in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/virtual_scroll_view.rs:47
  field VirtualScrollViewProps.height in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/virtual_scroll_view.rs:50
  field VirtualScrollViewProps.padding in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/virtual_scroll_view.rs:53
  field VirtualScrollViewProps.scroll_controller in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/virtual_scroll_view.rs:79
  field VirtualScrollViewProps.invert_scroll_wheel in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/virtual_scroll_view.rs:83
  field ScrollViewProps.width in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/scroll_view.rs:42
  field ScrollViewProps.height in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/scroll_view.rs:45
  field ScrollViewProps.padding in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/scroll_view.rs:48
  field ScrollViewProps.spacing in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/scroll_view.rs:51
  field ScrollViewProps.scroll_controller in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/scroll_view.rs:66
  field ScrollViewProps.invert_scroll_wheel in /tmp/.tmp3zecqh/freya/crates/components/src/scroll_views/scroll_view.rs:70
  field ButtonProps.onpress in /tmp/.tmp3zecqh/freya/crates/components/src/button.rs:33
  field TooltipProps.text in /tmp/.tmp3zecqh/freya/crates/components/src/tooltip.rs:19
  field InputProps.placeholder in /tmp/.tmp3zecqh/freya/crates/components/src/input.rs:58
  field InputProps.auto_focus in /tmp/.tmp3zecqh/freya/crates/components/src/input.rs:68
  field ActivableRouteProps.routes in /tmp/.tmp3zecqh/freya/crates/components/src/activable_route.rs:33
  field ActivableRouteProps.exact in /tmp/.tmp3zecqh/freya/crates/components/src/activable_route.rs:33
  field PopupProps.close_on_escape_key in /tmp/.tmp3zecqh/freya/crates/components/src/popup.rs:78
  field SnackBarProps.open in /tmp/.tmp3zecqh/freya/crates/components/src/snackbar.rs:45

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/function_missing.ron

Failed in:
  function freya_components::KeyboardNavigator, previously in file /tmp/.tmpOEyxQ6/freya-components/src/keyboard_navigator.rs:8

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_missing.ron

Failed in:
  struct freya_components::KeyboardNavigatorProps, previously in file /tmp/.tmpOEyxQ6/freya-components/src/keyboard_navigator.rs:8

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field show of struct SnackBarProps, previously in file /tmp/.tmpOEyxQ6/freya-components/src/snackbar.rs:39
  field theme of struct VirtualScrollViewProps, previously in file /tmp/.tmpOEyxQ6/freya-components/src/scroll_views/virtual_scroll_view.rs:24
  field width of struct SliderProps, previously in file /tmp/.tmpOEyxQ6/freya-components/src/slider.rs:18
  field theme of struct ScrollViewProps, previously in file /tmp/.tmpOEyxQ6/freya-components/src/scroll_views/scroll_view.rs:18
  field url of struct TooltipProps, previously in file /tmp/.tmpOEyxQ6/freya-components/src/tooltip.rs:12

⚠️ freya-core breaking changes

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_missing.ron

Failed in:
  enum freya_core::navigation_mode::NavigationMode, previously in file /tmp/.tmpOEyxQ6/freya-core/src/navigation_mode.rs:6
  enum freya_core::accessibility::AccessibilityFocusDirection, previously in file /tmp/.tmpOEyxQ6/freya-core/src/accessibility/mod.rs:14
  enum freya_core::prelude::AccessibilityFocusDirection, previously in file /tmp/.tmpOEyxQ6/freya-core/src/accessibility/mod.rs:14

--- failure enum_no_repr_variant_discriminant_changed: enum variant had its discriminant change value ---

Description:
The enum's variant had its discriminant value change. This breaks downstream code that used its value via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_no_repr_variant_discriminant_changed.ron

Failed in:
  variant NavigationMode::Keyboard 0 -> 1 in /tmp/.tmp3zecqh/freya/crates/core/src/platform_state.rs:39
  variant NavigationMode::NotKeyboard 1 -> 0 in /tmp/.tmp3zecqh/freya/crates/core/src/platform_state.rs:37

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_variant_added.ron

Failed in:
  variant AttributeType:Gradient in /tmp/.tmp3zecqh/freya/crates/core/src/node.rs:164
  variant AttributeType:OptionalMeasure in /tmp/.tmp3zecqh/freya/crates/core/src/node.rs:167
  variant AttributeType:Position in /tmp/.tmp3zecqh/freya/crates/core/src/node.rs:171
  variant AttributeType:Content in /tmp/.tmp3zecqh/freya/crates/core/src/node.rs:172
  variant AttributeType:Gradient in /tmp/.tmp3zecqh/freya/crates/core/src/node.rs:164
  variant AttributeType:OptionalMeasure in /tmp/.tmp3zecqh/freya/crates/core/src/node.rs:167
  variant AttributeType:Position in /tmp/.tmp3zecqh/freya/crates/core/src/node.rs:171
  variant AttributeType:Content in /tmp/.tmp3zecqh/freya/crates/core/src/node.rs:172

--- failure enum_variant_missing: pub enum variant removed or renamed ---

Description:
A publicly-visible enum has at least one variant that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_variant_missing.ron

Failed in:
  variant AttributeType::LinearGradient, previously in file /tmp/.tmpOEyxQ6/freya-core/src/node.rs:183
  variant AttributeType::LinearGradient, previously in file /tmp/.tmpOEyxQ6/freya-core/src/node.rs:183

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/function_missing.ron

Failed in:
  function freya_core::layout::create_label, previously in file /tmp/.tmpOEyxQ6/freya-core/src/layout/skia_measurer.rs:102
  function freya_core::layout::skia_measurer::create_label, previously in file /tmp/.tmpOEyxQ6/freya-core/src/layout/skia_measurer.rs:102
  function freya_core::prelude::skia_measurer::create_label, previously in file /tmp/.tmpOEyxQ6/freya-core/src/layout/skia_measurer.rs:102
  function freya_core::layout::create_paragraph, previously in file /tmp/.tmpOEyxQ6/freya-core/src/layout/skia_measurer.rs:135
  function freya_core::layout::skia_measurer::create_paragraph, previously in file /tmp/.tmpOEyxQ6/freya-core/src/layout/skia_measurer.rs:135
  function freya_core::prelude::skia_measurer::create_paragraph, previously in file /tmp/.tmpOEyxQ6/freya-core/src/layout/skia_measurer.rs:135
  function freya_core::render::process_render, previously in file /tmp/.tmpOEyxQ6/freya-core/src/render.rs:10
  function freya_core::prelude::process_render, previously in file /tmp/.tmpOEyxQ6/freya-core/src/render.rs:10
  function freya_core::accessibility::process_accessibility, previously in file /tmp/.tmpOEyxQ6/freya-core/src/accessibility/mod.rs:57
  function freya_core::prelude::process_accessibility, previously in file /tmp/.tmpOEyxQ6/freya-core/src/accessibility/mod.rs:57
  function freya_core::layout::layout_measurer::process_layout, previously in file /tmp/.tmpOEyxQ6/freya-core/src/layout/layout_measurer.rs:6
  function freya_core::prelude::layout_measurer::process_layout, previously in file /tmp/.tmpOEyxQ6/freya-core/src/layout/layout_measurer.rs:6

--- failure function_parameter_count_changed: pub fn parameter count changed ---

Description:
A publicly-visible function now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/function_parameter_count_changed.ron

Failed in:
  freya_core::prelude::create_label now takes 5 parameters instead of 4, in /tmp/.tmp3zecqh/freya/crates/core/src/render/utils/label.rs:11
  freya_core::prelude::create_paragraph now takes 6 parameters instead of 5, in /tmp/.tmp3zecqh/freya/crates/core/src/render/utils/paragraph.rs:23
  freya_core::events::process_events now takes 6 parameters instead of 5, in /tmp/.tmp3zecqh/freya/crates/core/src/events/events_measurer.rs:25
  freya_core::events::events_measurer::process_events now takes 6 parameters instead of 5, in /tmp/.tmp3zecqh/freya/crates/core/src/events/events_measurer.rs:25
  freya_core::prelude::events_measurer::process_events now takes 6 parameters instead of 5, in /tmp/.tmp3zecqh/freya/crates/core/src/events/events_measurer.rs:25
  freya_core::prelude::process_events now takes 6 parameters instead of 5, in /tmp/.tmp3zecqh/freya/crates/core/src/events/events_measurer.rs:25
  freya_core::events::measure_potential_event_listeners now takes 4 parameters instead of 2, in /tmp/.tmp3zecqh/freya/crates/core/src/events/events_measurer.rs:103
  freya_core::events::events_measurer::measure_potential_event_listeners now takes 4 parameters instead of 2, in /tmp/.tmp3zecqh/freya/crates/core/src/events/events_measurer.rs:103
  freya_core::prelude::events_measurer::measure_potential_event_listeners now takes 4 parameters instead of 2, in /tmp/.tmp3zecqh/freya/crates/core/src/events/events_measurer.rs:103
  freya_core::prelude::measure_potential_event_listeners now takes 4 parameters instead of 2, in /tmp/.tmp3zecqh/freya/crates/core/src/events/events_measurer.rs:103

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/inherent_method_missing.ron

Failed in:
  NodeState::iter, previously in file /tmp/.tmpOEyxQ6/freya-core/src/node.rs:61
  NodeState::iter, previously in file /tmp/.tmpOEyxQ6/freya-core/src/node.rs:61
  DioxusDOMAdapter::new_with_cache, previously in file /tmp/.tmpOEyxQ6/freya-core/src/dom/dom_adapter.rs:16
  DioxusDOMAdapter::new_with_cache, previously in file /tmp/.tmpOEyxQ6/freya-core/src/dom/dom_adapter.rs:16
  DioxusDOMAdapter::new_with_cache, previously in file /tmp/.tmpOEyxQ6/freya-core/src/dom/dom_adapter.rs:16
  DioxusDOMAdapter::new_with_cache, previously in file /tmp/.tmpOEyxQ6/freya-core/src/dom/dom_adapter.rs:16
  NodesState::process_events, previously in file /tmp/.tmpOEyxQ6/freya-core/src/events/nodes_state.rs:24
  NodesState::process_events, previously in file /tmp/.tmpOEyxQ6/freya-core/src/events/nodes_state.rs:24
  NodesState::process_events, previously in file /tmp/.tmpOEyxQ6/freya-core/src/events/nodes_state.rs:24
  NodesState::process_events, previously in file /tmp/.tmpOEyxQ6/freya-core/src/events/nodes_state.rs:24
  NodesState::process_events, previously in file /tmp/.tmpOEyxQ6/freya-core/src/events/nodes_state.rs:24
  NodesState::process_events, previously in file /tmp/.tmpOEyxQ6/freya-core/src/events/nodes_state.rs:24
  FreyaDOM::measure_all_paragraphs, previously in file /tmp/.tmpOEyxQ6/freya-core/src/dom/doms.rs:210
  FreyaDOM::measure_all_paragraphs, previously in file /tmp/.tmpOEyxQ6/freya-core/src/dom/doms.rs:210
  FreyaDOM::measure_all_paragraphs, previously in file /tmp/.tmpOEyxQ6/freya-core/src/dom/doms.rs:210
  FreyaDOM::measure_all_paragraphs, previously in file /tmp/.tmpOEyxQ6/freya-core/src/dom/doms.rs:210

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/method_parameter_count_changed.ron

Failed in:
  freya_cor

@github-actions github-actions bot force-pushed the release-plz-2024-10-13T12-02-25Z branch 2 times, most recently from ee7079d to 7f0db62 Compare October 13, 2024 16:03
@github-actions github-actions bot force-pushed the release-plz-2024-10-13T12-02-25Z branch from 7f0db62 to 3012bd0 Compare October 24, 2024 21:03
@github-actions github-actions bot force-pushed the release-plz-2024-10-13T12-02-25Z branch from 3012bd0 to c24d17e Compare November 1, 2024 17:27
@github-actions github-actions bot force-pushed the release-plz-2024-10-13T12-02-25Z branch from c24d17e to 9719ef4 Compare November 10, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants