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

build error #128

Closed
cgisky1980 opened this issue Feb 1, 2025 · 1 comment · Fixed by #129
Closed

build error #128

cgisky1980 opened this issue Feb 1, 2025 · 1 comment · Fixed by #129
Assignees
Labels
bug Something isn't working

Comments

@cgisky1980
Copy link

error[E0658]: the #[expect] attribute is an experimental feature
--> C:\Users\cgisk.cargo\registry\src\index.crates.io-6f17d22bba15001f\tauri-store-macros-0.7.0\src\collection.rs:5:1
|
5 | #[expect(clippy::too_many_lines)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #54503 rust-lang/rust#54503 for more information

For more information about this error, try rustc --explain E0658.
error: could not compile tauri-store-macros (lib) due to 1 previous error

@ferreira-tb ferreira-tb self-assigned this Feb 1, 2025
@ferreira-tb ferreira-tb added the bug Something isn't working label Feb 1, 2025
@ferreira-tb ferreira-tb linked a pull request Feb 1, 2025 that will close this issue
@ferreira-tb
Copy link
Owner

ferreira-tb commented Feb 1, 2025

Hi, thank you for reporting this! The #[expect] attribute was introduced in Rust 1.81, but our minimum supported Rust version is 1.77.2, so it's indeed not reasonable to use that attribute.

I've published an update to fix this. Please update to the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants