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

Code corrected; type annotation error won't cause problems for installation #5

Merged
merged 1 commit into from
Dec 29, 2023
Merged

Conversation

UncleBela
Copy link
Contributor

When running cargo install --path . # copies binary to /.cargo/bin/, the cargo installation returned an [E0283] Type Annotation error. I changed line 88, now the installation actually works.

@tuqqu
Copy link
Owner

tuqqu commented Dec 29, 2023

The problem did not exist with cargo 1.65.0, but it is indeed present with cargo 1.75.0. Thanks for the fix

@tuqqu tuqqu merged commit a261d39 into tuqqu:master Dec 29, 2023
2 of 3 checks passed
@UncleBela
Copy link
Contributor Author

UncleBela commented Dec 29, 2023

The problem did not exist with cargo 1.65.0, but it is indeed present with cargo 1.75.0. Thanks for the fix

You're welcome, figured that was the problem.

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.

2 participants