superlistapp / super_native_extensions

Native drag & drop, clipboard access and context menu.
MIT License
467 stars 84 forks source link

Xcode 16.0 build failed #440

Open brankotian opened 1 month ago

brankotian commented 1 month ago

After macOS update to 15.0, Xcode(16.0) build failed.

here is the log.

SEVERE: error[E0282]: type annotations needed forBox<_> SEVERE: --> /xxxx/xxxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.25/src/format_description/parse/mod.rs:83:9 SEVERE: | SEVERE: 83 | let items = format_items SEVERE: | ^^^^^ SEVERE: ... SEVERE: 86 | Ok(items.into()) SEVERE: | ---- type must be known at this point SEVERE: | SEVERE: = note: this is an inference error on cratetimecaused by an API change in Rust 1.80.0; updatetimeto version>=0.3.35by callingcargo update SEVERE: SEVERE: For more information about this error, tryrustc --explain E0282.

Please help me

knopp commented 1 month ago

Which super_native_extensions version are you using?