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

Compilation error on rustc 1.80.0 #1

Closed
nafkhanzam opened this issue Jul 28, 2024 · 1 comment
Closed

Compilation error on rustc 1.80.0 #1

nafkhanzam opened this issue Jul 28, 2024 · 1 comment
Labels
bug Something isn't working upstream The issue is blocked or caused by an upstream issue

Comments

@nafkhanzam
Copy link

nafkhanzam commented Jul 28, 2024

Got this error when trying to install UTPM using cargo install + rustc 1.80.0, which uses this project. I don't know rust, but I hope this image is self-explanatory.

image

@tingerrr
Copy link
Owner

tingerrr commented Jul 28, 2024

Did you install utpm using the --locked flag? If not, try that, this seems like a breaking change on the side of the email_address crate. Indeed, it had a breaking change between 0.2.5 to 0.2.6, I'll pin it to stay below 0.2.5.

EDIT:

upstream issue is here: johnstonskj/rust-email_address#29

@tingerrr tingerrr added bug Something isn't working upstream The issue is blocked or caused by an upstream issue labels Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream The issue is blocked or caused by an upstream issue
Projects
None yet
Development

No branches or pull requests

2 participants